openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
818 stars 251 forks source link

Feature proposal: Add cron-apt #1686

Closed florian-h05 closed 2 years ago

florian-h05 commented 2 years ago

Feature proposal

I would like to discuss the idea of adding cron-apt to openhabian.

cron-apt can be configured to automatically check for updates and download them only (not installing them). It can also send an email when updates are available.

This allows the user to keep his system up-to-date without thinking of checking for updates and it makes updates faster for the user as the new packages are already downloaded and only have to be installed.

You can also see the following for example of usage:

mstormi commented 2 years ago

openHABian isn't really an OS that you should be updating constantly but only in select situations. The OS part actually rarely really needs any such update. Never change a running system. No this will confuse and annoy more people than it'll help and would needlessly impose work to check stuff on everybody that the average OH user does not even care about. Feel free to implement it on your box but I don't see this in openHABian.

florian-h05 commented 2 years ago

Okay, thanks for the feedback.