Removed Zip option
This commit is contained in:
parent
54ce20f6d5
commit
9e38328d04
1 changed files with 0 additions and 6 deletions
6
build.sh
6
build.sh
|
@ -34,7 +34,6 @@ main() {
|
||||||
echo -e "$Blue### install complete ###$reset"
|
echo -e "$Blue### install complete ###$reset"
|
||||||
echo -e "$Green### start build $reponame with archiso ###$reset"
|
echo -e "$Green### start build $reponame with archiso ###$reset"
|
||||||
build
|
build
|
||||||
makezip
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "$Red###os cant supported###$reset"
|
echo -e "$Red###os cant supported###$reset"
|
||||||
|
@ -50,11 +49,6 @@ build() {
|
||||||
set -e
|
set -e
|
||||||
mkarchiso -v iso/
|
mkarchiso -v iso/
|
||||||
}
|
}
|
||||||
makezip() {
|
|
||||||
cd out
|
|
||||||
7z -v500m a "$(ls *.iso)".zip "$(ls *.iso)"
|
|
||||||
md5sum * > md5sums.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Reference in a new issue