Last active
June 7, 2016 20:36
-
-
Save ricsiga/904071181645c5fd0b733a7fd70946f2 to your computer and use it in GitHub Desktop.
Debian Squeeze archive apt-get config
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
# /etc/apt/apt.conf | |
Acquire::Check-Valid-Until false; |
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
# /etc/apt/sources.list | |
deb http://archive.debian.org/debian squeeze main | |
deb http://archive.debian.org/debian squeeze-lts main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment