debootstrap
This commit is contained in:
parent
9e6b054708
commit
0fa48e31d1
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue