in a standard Debian installation a repository for security updates is available, e.g.
Code: Select all
http://security.debian.org stretch/updates main contrib
THX
Code: Select all
http://security.debian.org stretch/updates main contrib
Code: Select all
# apt update && apt upgrade -y
Code: Select all
systemctl unmask apt-daily.service
systemctl unmask apt-daily.timer
systemctl unmask apt-daily-upgrade.service
systemctl unmask apt-daily-upgrade.timer
This is exactly what I think.MichaIng wrote: ↑Sun Jan 27, 2019 9:33 pm If I see the linked wiki correctly, then you can configure UnattendedUpgrades and choose which updates/upgrades to install. I guess on Raspbian this will be by default configured differently compared to Debian, due to missing dedicated security repo. But not sure honestly.
Yeah, if you want auto upgrades for security updates only, then I think this is indeed not possible on Raspbian. I also prefer to run APT upgrades only when I watch the terminal, so I can see what's going on.