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
     chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
279
     chroot "$rootdir" gdebi -n /tmp/"$(basename $CUSTOM_SETUP)"
280
 fi
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
 chroot "$rootdir" /bin/bash -x <<EOF
283
 chroot "$rootdir" /bin/bash -x <<EOF
284
 git clone https://github.com/bashrc/freedombone /root/freedombone
284
 git clone https://github.com/bashrc/freedombone /root/freedombone
285
 cd /root/freedombone
285
 cd /root/freedombone