Install debootstrap on Ubuntu-based distros
This commit is contained in:
parent
527b8b11f4
commit
8c82ce7ac9
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -33,7 +33,7 @@ if [ $dist == "Debian" ]; then
|
|||
apt-get install -y binutils zstd live-build
|
||||
dpkg -i ./debs/ubuntu-keyring*.deb
|
||||
else
|
||||
apt-get install -y binutils zstd
|
||||
apt-get install -y binutils zstd debootstrap
|
||||
dpkg -i ./debs/*.deb
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue