removed files
[~madcoder/dotfiles.git] / pbuilder / D10_use_result
1 #!/bin/sh
2
3 echo "I: adding ${LOCALREPO} in sources.list"
4 echo "deb ftp://mirror.corp/debian sid main" > /etc/apt/sources.list
5 echo "deb file://${LOCALREPO} ./" >> /etc/apt/sources.list
6
7 echo "I: running apt-get update"
8 apt-get update &>/dev/null
9