Skip to content
Snippets Groups Projects
Commit 8d523240 authored by Bob Mottram's avatar Bob Mottram
Browse files

Try a force copy

parent 68e87a4f
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment