Created
July 30, 2021 09:57
-
-
Save benjivesterby/a0e079c054134031f53102ad297215ac to your computer and use it in GitHub Desktop.
Auto Update for Ubuntu and Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install unattended-upgrades | |
sudo systemctl status unattended-upgrades | |
# Ubuntu | |
sudo apt install update-notifier-common | |
# Debian | |
sudo apt install apt-config-auto-update | |
sudo vi /etc/apt/apt.conf.d/50unattended-upgrades | |
sudo vi /etc/apt/apt.conf.d/20auto-upgrades |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment