umount /proc
This commit is contained in:
parent
a9881b9d0b
commit
c4074961c4
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@ if [ "$(whoami)" != root ]; then
|
|||
fi
|
||||
|
||||
mount -t proc proc /proc
|
||||
|
||||
echo "deb-src http://ftp.us.debian.org/debian stable main" >> /etc/apt/sources.list
|
||||
apt-get update
|
||||
apt-get -y install build-essential ghc git libncurses5-dev cabal-install
|
||||
|
@ -18,3 +19,5 @@ dpkg -i automake*.deb
|
|||
rm *.deb
|
||||
useradd androidbuilder
|
||||
su androidbuilder -c $0-asuser
|
||||
|
||||
umount /proc
|
||||
|
|
Loading…
Reference in a new issue