Anyone using "unattended-upgrades" with their minimal installs?
#1
Question 
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?
Reply

Logout Mark Read Team Forum Stats Members Help
Anyone using "unattended-upgrades" with their minimal installs?0