Debian/Ubuntu question for those who understand this better than I do. Unattended-Upgrade's seems to only be configurable via But what if I am shipping a package that I want to also automatically get upgraded by unattended-upgrades? I assume I cannot throw another file in there as it may override another user config... Right now on a machine I am YOLO-ing it by doing: But I would like to provide a secondary package that allows users to easily consent to automatic upgrades
/etc/apt/apt.conf.d/
(and mostly 50unattended-upgrades)Unattended-Upgrade::Origins-Pattern {
"origin=*";
};
one honk maybe more
benjojo
replied 03 Jul 2023 13:52 +0000
in reply to: https://noc.social/users/kura/statuses/110650466184496874
@kura Right but the problem is that I want to inject this as a file (managed by a deb), but I don't want to overwrite the whole config (as the user could have already altered it)
benjojo
replied 03 Jul 2023 17:12 +0000
in reply to: https://noc.social/users/kura/statuses/110650493146032718
benjojo
replied 03 Jul 2023 17:12 +0000
in reply to: https://social.tchncs.de/users/debfx/statuses/110651190511815236