Skip to content

Instantly share code, notes, and snippets.

@elmarx
Created January 15, 2022 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elmarx/29d7ff5ab154e2e52a06ca06ff6fd582 to your computer and use it in GitHub Desktop.
Save elmarx/29d7ff5ab154e2e52a06ca06ff6fd582 to your computer and use it in GitHub Desktop.
unattended-upgrades configuration for raspbian
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