debootstrap

This commit is contained in:
Bob Mottram 2016-11-05 19:22:43 +00:00
parent 9e6b054708
commit 0fa48e31d1
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ function image_setup {
sudo wget https://raw.githubusercontent.com/bashrc/freedombone/stockholm/image_build/debootstrap/scripts/${DEBIAN_VERSION} -O /usr/share/debootstrap/scripts/debscript
sudo cp -f /usr/share/debootstrap/scripts/debscript /usr/share/debootstrap/scripts/${DEBIAN_VERSION}
if [ ! -f /usr/share/debootstrap/scripts/${DEBIAN_VERSION} ]; then
echo $"No debian dbootstrap script was found for $DEBIAN_VERSION"
echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
return
fi
;;