fixed typo in build.sh
This commit is contained in:
parent
1771a6f5e4
commit
94b368a759
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -30,11 +30,11 @@ main() {
|
||||||
echo -e "$Red### You are not in root$reset"
|
echo -e "$Red### You are not in root$reset"
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
change_mirror
|
|
||||||
install
|
install
|
||||||
echo -e "$Blue### Install complete ###$reset"
|
echo -e "$Blue### Install complete ###$reset"
|
||||||
echo -e "$Green### Start build $reponame with archiso ###$reset"
|
echo -e "$Green### Start build $reponame with archiso ###$reset"
|
||||||
build
|
change_mirror
|
||||||
|
build
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "$Red###OS can't supported###$reset"
|
echo -e "$Red###OS can't supported###$reset"
|
||||||
|
|
Loading…
Add table
Reference in a new issue