Closed skx closed 4 years ago
If you're expecting unattended-upgrades to provide (security) upgrades, automatically then this section of code is pointless:
# Add Daily Update Cron Job touch job echo "@daily apt update; apt dist-upgrade -y" >> job crontab job rm job
/etc/cron.daily/apt-upgrade
However I note that you never actually install unattended-upgrades, only attempt to reconfigure it. That's probably a mistake.
unattended-upgrades
please use systemd timers, a newer approach with some nice benefits
Cool, thanks for opening an issue!
If you're expecting unattended-upgrades to provide (security) upgrades, automatically then this section of code is pointless:
/etc/cron.daily/apt-upgrade
, or similar. Not using cron.However I note that you never actually install
unattended-upgrades
, only attempt to reconfigure it. That's probably a mistake.