From bf6e989f5d0a370bb9ecea66a92639ed21478ad2 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 16 May 2022 14:25:12 +0400 Subject: [PATCH] Install live-build from debs/ --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e92f66a..d15899b 100755 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ echo -e " " apt-get update -apt-get install -y live-build patch binutils zstd +apt-get install -y binutils zstd dpkg -i ./debs/*.deb build () {