Created
May 10, 2014 07:47
-
-
Save deckool/2e4b07ca6fb5a716d65c to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list | |
apt-get update | |
apt-get -t sid install libc6 libc6-dev libc6-dbg | |
echo "Please remember to hash out sid main from your sources list. /etc/apt/sources.list" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment