This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Install unattended-upgrade:
apt-get install unattended-upgrades # yep, in plural Enable the upgrades for all basic system packages:
vi /etc/apt/apt.conf.d/50unattended-upgrades Contents:
Unattended-Upgrade::Origins-Pattern { "o=${distro_id},n=${distro_codename}"; "o=${distro_id},n=${distro_codename}-updates"; "o=${distro_id},n=${distro_codename}-proposed-updates";…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.