You are not logged in.

#1 2021-10-14 08:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,230
Website

Configure Q4OS/Debian updates to be installed automatically

Let's see how to configure Q4OS/Debian updates to be installed with no manual intervention, bypassing update manager.

You need "unattended upgrades" service installed and running:
$ sudo apt install unattended-upgrades
Check:
$ sudo systemctl status unattended-upgrades.service

Edit the file "/etc/apt/apt.conf.d/20auto-upgrades" and enable upgrades:

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";

For more info and fine tuning, see:
https://wiki.debian.org/UnattendedUpgrades
https://www.q4os.org/forum/viewtopic.ph … 713#p21713

Offline

Board footer

Powered by FluxBB