RSSAmplifier

bidon.ca · May 17, 2020

Debian unattended-upgrade

0
Sign in to vote or save

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";…

Read on bidon.ca

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.