Install debootstrap on Ubuntu-based distros

This commit is contained in:
Aleksey Samoilov 2023-02-19 10:18:16 +04:00
parent 527b8b11f4
commit 8c82ce7ac9

View file

@ -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