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

Don't use condition to check for debian script

parent 69031b08
No related branches found
No related tags found
No related merge requests found
......@@ -184,9 +184,7 @@ function image_setup {
cd ~/develop/multipath-tools
makepkg --force --noconfirm
makepkg -i --force --noconfirm
if [ ! -f /usr/share/debootstrap/scripts/${DEBIAN_VERSION} ]; then
sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
fi
sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} /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