Update file build.sh

This commit is contained in:
Sohrab Behdani 2024-11-24 21:12:22 +00:00
parent b62dd7b01e
commit c0e0757d66

View file

@ -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