Created
January 15, 2022 20:46
-
-
Save elmarx/29d7ff5ab154e2e52a06ca06ff6fd582 to your computer and use it in GitHub Desktop.
unattended-upgrades configuration for raspbian
This file contains 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
Unattended-Upgrade::Origins-Pattern { | |
// Fix missing Rasbian sources. | |
"origin=Debian,codename=${distro_codename},label=Debian"; | |
"origin=Debian,codename=${distro_codename},label=Debian-Security"; | |
"origin=Raspbian,codename=${distro_codename},label=Raspbian"; | |
"origin=Raspberry Pi Foundation,codename=${distro_codename},label=Raspberry Pi Foundation"; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment