Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #!/bin/sh
  2. echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list
  3. apt-get update
  4. apt-get -t sid install libc6 libc6-dev libc6-dbg
  5. echo "Please remember to hash out sid main from your sources list. /etc/apt/sources.list"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement