systemctl disable --now unattended-upgrades apt-daily.timer apt-daily-upgrade.timer
systemctl mask unattended-upgrades apt-daily.timer apt-daily-upgrade.timer
sed -i s/"1"/"0"/g /etc/apt/apt.conf.d/20auto-upgrades
chmod 0 /usr/bin/unattended-upgrades
chattr +i /usr/bin/unattended-upgrades
Is there anything else I need to do to disable auto-breakage? #Debian #apt #unattended





