浏览代码

Link to sid

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

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

@@ -184,7 +184,7 @@ function image_setup {
184 184
             cd ~/develop/multipath-tools
185 185
             makepkg --force --noconfirm
186 186
             makepkg -i --force --noconfirm
187
-            sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
187
+            sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/sid
188 188
             ;;
189 189
         *)
190 190
             echo $'Unkown operating system'