nextcloudpi icon indicating copy to clipboard operation
nextcloudpi copied to clipboard

ncp-dist-upgrade should also `sed` `/etc/apt/apt.conf.d/20ncp-upgrades`

Open docgalaxyblock opened this issue 1 year ago • 0 comments

I today did my long postponed bookworm update and everything went well but I noticed a bullseye leftover:

root@nextcloud:~# cat /etc/apt/apt.conf.d/20ncp-upgrades
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::MaxAge "14";
APT::Periodic::AutocleanInterval "7";
Unattended-Upgrade::Automatic-Reboot "true";
Unattended-Upgrade::Automatic-Reboot-Time "04:00";
Unattended-Upgrade::Origins-Pattern {
o=Debian,n=bullseye-security;
o=deb.sury.org,n=bullseye-security;
o="Raspberry Pi Foundation",n=bullseye-security;
o="Raspbian",n=bullseye-security;
}
Dpkg::Options {
   "--force-confdef";
   "--force-confold";
};

// Enable the update/upgrade script, disabled by Armbian in 02-armbian-periodic
APT::Periodic::Enable "1";
root@nextcloud:~#

Merry 🎄

docgalaxyblock avatar Dec 22 '24 14:12 docgalaxyblock