Created
October 31, 2012 22:16
-
-
Save ageldama/3990322 to your computer and use it in GitHub Desktop.
safer /etc/apt/preferences (prefer stable than unstable)
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
| 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