From 8c82ce7ac9189f1c6240629df653694f09ab10cd Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 19 Feb 2023 10:18:16 +0400 Subject: [PATCH] Install debootstrap on Ubuntu-based distros --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9be2351..ccd36d0 100755 --- a/build.sh +++ b/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