From 94b368a759ef24352a271e6b5e0b3a8432f2998b Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Tue, 3 Sep 2024 00:01:08 +0330 Subject: [PATCH] fixed typo in build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f21bad2..0a1b186 100755 --- a/build.sh +++ b/build.sh @@ -30,11 +30,11 @@ main() { echo -e "$Red### You are not in root$reset" exit 1 else - change_mirror install echo -e "$Blue### Install complete ###$reset" echo -e "$Green### Start build $reponame with archiso ###$reset" - build + change_mirror + build fi else echo -e "$Red###OS can't supported###$reset"