fixed typo in build.sh

This commit is contained in:
Sohrab Behdani 2024-09-03 00:01:08 +03:30
parent 1771a6f5e4
commit 94b368a759

View file

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