diff --git a/src/freedombone-image b/src/freedombone-image
index 66d40c01ef69a096f2317915080dfda3c103e4d9..771bff3fcd68d01ce38571863ebf012c76ec843c 100755
--- a/src/freedombone-image
+++ b/src/freedombone-image
@@ -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'