Bob Mottram 8 years ago
parent
commit
f517aeec32
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/freedombone-image

+ 2
- 2
src/freedombone-image View File

@@ -184,8 +184,8 @@ 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/debstript
188
-            sudo cp -f /usr/share/debootstrap/scripts/debstript /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/debscript
188
+            sudo cp -f /usr/share/debootstrap/scripts/debscript /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
189 189
             ;;
190 190
         *)
191 191
             echo $'Unkown operating system'