We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sed
/etc/apt/apt.conf.d/20ncp-upgrades
I today did my long postponed bookworm update and everything went well but I noticed a bullseye leftover:
bullseye
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 🎄
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I today did my long postponed bookworm update and everything went well but I noticed a
bullseye
leftover:Merry 🎄
The text was updated successfully, but these errors were encountered: