|
@@ -279,7 +279,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
|
279
|
279
|
chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
|
280
|
280
|
fi
|
281
|
281
|
|
282
|
|
-chroot "$rootdir" apt-get install -y git dialog build-essential openssh-server
|
|
282
|
+chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
|
283
|
283
|
chroot "$rootdir" /bin/bash -x <<EOF
|
284
|
284
|
git clone https://github.com/bashrc/freedombone /root/freedombone
|
285
|
285
|
cd /root/freedombone
|