From c0e0757d6639bf62d04083a2bbc7e128aebe60e3 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Sun, 24 Nov 2024 21:12:22 +0000 Subject: [PATCH] Update file build.sh --- build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.sh b/build.sh index 856855f..c94473d 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 - 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