From 9e38328d04824dd8ce6c5a751a8b9c69daf6f962 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 29 Oct 2024 19:35:21 +0330 Subject: [PATCH] Removed Zip option --- build.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.sh b/build.sh index c865e6e..dbcfdd9 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,6 @@ main() { echo -e "$Blue### install complete ###$reset" echo -e "$Green### start build $reponame with archiso ###$reset" build - makezip fi else echo -e "$Red###os cant supported###$reset" @@ -50,11 +49,6 @@ build() { set -e mkarchiso -v iso/ } -makezip() { - cd out - 7z -v500m a "$(ls *.iso)".zip "$(ls *.iso)" - md5sum * > md5sums.txt -} main