sudo
This commit is contained in:
parent
ae7169e88f
commit
30b7745896
|
@ -279,7 +279,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
|
|||
chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
|
||||
fi
|
||||
|
||||
chroot "$rootdir" apt-get install -y git dialog build-essential openssh-server
|
||||
chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
|
||||
chroot "$rootdir" /bin/bash -x <<EOF
|
||||
git clone https://github.com/bashrc/freedombone /root/freedombone
|
||||
cd /root/freedombone
|
||||
|
|
Loading…
Reference in New Issue