Skip to content

Instantly share code, notes, and snippets.

@ageldama
Created October 31, 2012 22:16
Show Gist options
  • Select an option

  • Save ageldama/3990322 to your computer and use it in GitHub Desktop.

Select an option

Save ageldama/3990322 to your computer and use it in GitHub Desktop.
safer /etc/apt/preferences (prefer stable than unstable)
Package: *
Pin: release a=squeeze
Pin-Priority: 900
Package: *
Pin: release a=stable
Pin-Priority: 900
Package: *
Pin: release a=unstable
Pin-Priority: 800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment