This commit is contained in:
Bob Mottram 2016-11-05 19:15:30 +00:00
parent 8d52324090
commit f517aeec32
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ function image_setup {
cd ~/develop/multipath-tools
makepkg --force --noconfirm
makepkg -i --force --noconfirm
sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/debstript
sudo cp -f /usr/share/debootstrap/scripts/debstript /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/debscript
sudo cp -f /usr/share/debootstrap/scripts/debscript /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
;;
*)
echo $'Unkown operating system'