Try a force copy

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

View File

@ -184,7 +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/sid
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}
;;
*)
echo $'Unkown operating system'