os:debian:unattendedupgrades
Table of Contents
Auto updates
Here's how to setup your debian to update automatically
Install
apt-get install unattended-upgrades apt-listchanges mailutils postfix
Config
vi /etc/apt/apt.conf.d/50unattended-upgrades
Automate:
dpkg-reconfigure -plow unattended-upgrades
Mails:
dpkg-reconfigure postfix systemctl reload postfix
Test:
unattended-upgrade -d
Kali
Following https://bugs.kali.org/view.php?id=8587
Change in /etc/apt/apt.conf.d/50unattended-upgrades
// "origin=Debian,codename=${distro_codename},label=Debian-Security"; // "origin=Debian,codename=${distro_codename}-security,label=Debian-Security"; "origin=Kali,codename=${distro_codename}";
Reference
os/debian/unattendedupgrades.txt · Last modified: 2024/04/22 15:40 by warnaud