Bob Mottram 9 years ago
parent
commit
30b7745896
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

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