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 "$Green### Start build $reponame with archiso ###$reset"
|
||||
build
|
||||
gen_hash
|
||||
fi
|
||||
else
|
||||
echo -e "$Red###OS can't supported###$reset"
|
||||
|
@ -54,8 +53,5 @@ build() {
|
|||
mkarchiso -v iso/
|
||||
}
|
||||
|
||||
gen_hash() {
|
||||
md5sum iso/*.iso >> iso/md5sum.txt
|
||||
}
|
||||
|
||||
main
|
||||
|
|
Loading…
Add table
Reference in a new issue