浏览代码

Ensure that downloaded script is executable

Bob Mottram 8 年前
父节点
当前提交
71b9d16580
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/freedombone-image

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

@@ -190,6 +190,7 @@ function image_setup {
190 190
                 echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
191 191
                 return
192 192
             fi
193
+            sudo chmod +x /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
193 194
             ;;
194 195
         *)
195 196
             echo $'Unkown operating system'