mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 18:50:46 +01:00
Fix: removes unwanted line in esure_debootstrap
This commit is contained in:
@@ -373,7 +373,6 @@ ensure_debootstrap() {
|
|||||||
;;
|
;;
|
||||||
[Yy][Ee][Ss]|[Yy])
|
[Yy][Ee][Ss]|[Yy])
|
||||||
pkg install -y debootstrap
|
pkg install -y debootstrap
|
||||||
debootstrap --foreign --arch=amd64 --no-check-gpg bionic "${bastille_releasesdir}"/Ubuntu_1804
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user