You are not logged in.

#1 2021-10-14 08:19

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 6,267
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

Last edited by q4osteam (2026-06-12 09:01)

Offline

#2 2026-07-17 15:59

Lixen
Member
Registered: 2026-07-17
Posts: 1

Re: Configure Q4OS/Debian updates to be installed automatically

hi, good idea just did that... I'm interested if there will be any sign that update was made or something?

Offline

Board footer

Powered by FluxBB