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