Skip to content

Instantly share code, notes, and snippets.

@deckool
Created May 10, 2014 07:47
Show Gist options
  • Save deckool/2e4b07ca6fb5a716d65c to your computer and use it in GitHub Desktop.
Save deckool/2e4b07ca6fb5a716d65c to your computer and use it in GitHub Desktop.
#!/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