Update file build.sh
This commit is contained in:
parent
b62dd7b01e
commit
c0e0757d66
1 changed files with 0 additions and 4 deletions
4
build.sh
4
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
|
||||||
gen_hash
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "$Red###OS can't supported###$reset"
|
echo -e "$Red###OS can't supported###$reset"
|
||||||
|
@ -54,8 +53,5 @@ build() {
|
||||||
mkarchiso -v iso/
|
mkarchiso -v iso/
|
||||||
}
|
}
|
||||||
|
|
||||||
gen_hash() {
|
|
||||||
md5sum iso/*.iso >> iso/md5sum.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Reference in a new issue