Kodi Community Forum
Anyone using "unattended-upgrades" with their minimal installs? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Anyone using "unattended-upgrades" with their minimal installs? (/showthread.php?tid=68348)



Anyone using "unattended-upgrades" with their minimal installs? - AddictedToMetal - 2010-01-24

I have my minimal box with the SVN PPA running great. I want to let updates happen automatically so I looked into unattended-upgrades.

Thing is, I'm unsure how to properly add the repos (main, universe, whatnot, including the PPA) so everything runs properly.

Mine looks like:
Code:
// Automatically upgrade packages from these (origin, archive) pairs
Unattended-Upgrade::Allowed-Origins {
        "Ubuntu karmic-security";
        "Ubuntu karmic-main";
        "Ubuntu karmic-universe";
        "Ubuntu karmic-updates";
        "Ubuntu karmic-restricted";
        "Ubuntu karmic-multiverse";

};

Can anyone post their /etc/apt/apt.conf.d/50unattended-upgrades file?