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