quotes
This commit is contained in:
parent
6e84c5fdac
commit
bc1c81cc89
|
@ -243,7 +243,7 @@ function image_setup {
|
||||||
makepkg --force --noconfirm
|
makepkg --force --noconfirm
|
||||||
makepkg -i --force --noconfirm
|
makepkg -i --force --noconfirm
|
||||||
sudo wget "https://raw.githubusercontent.com/bashrc/freedombone/master/image_build/debootstrap/scripts/${DEBIAN_VERSION}" -O /usr/share/debootstrap/scripts/debscript
|
sudo wget "https://raw.githubusercontent.com/bashrc/freedombone/master/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}"
|
sudo cp -f "/usr/share/debootstrap/scripts/debscript" "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}"
|
||||||
if [ ! -f "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}" ]; then
|
if [ ! -f "/usr/share/debootstrap/scripts/${DEBIAN_VERSION}" ]; then
|
||||||
echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
|
echo $"No debian debootstrap script was found for $DEBIAN_VERSION"
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue