diff --git a/src/freedombone-image b/src/freedombone-image index 41ad651f9924c47e27a5abe9564ca143149a8b2d..f29783e082ba243e261f99ca852614a4be514f94 100755 --- a/src/freedombone-image +++ b/src/freedombone-image @@ -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'