Created
December 15, 2016 19:35
-
-
Save mdeguzis/f646b3d93cf5556bb7d43f37be80750c to your computer and use it in GitHub Desktop.
/etc/apt/apt.conf.d/55unattended-steamos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| APT::Periodic::Unattended-Upgrade "1"; | |
| APT::Periodic::Download-Upgradeable-Packages "1"; | |
| APT::Periodic::AutocleanInterval "5"; | |
| // Automatically upgrade packages from these (origin:archive) pairs | |
| Unattended-Upgrade::Origins-Pattern { | |
| "origin=Valve Software LLC,label=SteamOS"; | |
| }; | |
| Unattended-Upgrade::InstallOnShutdown "true"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment