apt-get clean
This commit is contained in:
parent
c4074961c4
commit
a37ec465f7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ apt-get -y install build-essential ghc git libncurses5-dev cabal-install
|
||||||
apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too
|
apt-get -y install llvm-3.0 # not 3.1; buggy on arm. 3.2 is ok too
|
||||||
apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev
|
apt-get -y install ca-certificates curl file m4 autoconf zlib1g-dev
|
||||||
apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs
|
apt-get -y install libgnutls-dev libxml2-dev libgsasl7-dev pkg-config c2hs
|
||||||
|
apt-get clean
|
||||||
wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb
|
wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb
|
||||||
dpkg -i automake*.deb
|
dpkg -i automake*.deb
|
||||||
rm *.deb
|
rm *.deb
|
||||||
|
|
Loading…
Reference in a new issue