Bob Mottram 9 年之前
父節點
當前提交
30b7745896
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise 查看文件

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