This commit is contained in:
Bob Mottram 2015-11-23 11:16:04 +00:00
parent ae7169e88f
commit 30b7745896
1 changed files with 1 additions and 1 deletions

View File

@ -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