create home dir
This commit is contained in:
parent
a37ec465f7
commit
5d052d3f9f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ apt-get clean
|
|||
wget http://snapshot.debian.org/archive/debian/20130903T155330Z/pool/main/a/automake-1.14/automake_1.14-1_all.deb
|
||||
dpkg -i automake*.deb
|
||||
rm *.deb
|
||||
useradd androidbuilder
|
||||
useradd androidbuilder --create-home
|
||||
su androidbuilder -c $0-asuser
|
||||
|
||||
umount /proc
|
||||
|
|
Loading…
Reference in a new issue