Fix typo
This commit is contained in:
parent
c2b6c7fde9
commit
cf24d113ea
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -23,7 +23,7 @@ main() {
|
|||
local reponame
|
||||
reponame=${PWD##*/}
|
||||
|
||||
echo -e "$Green### start install packeges for build $reponame ###$reset"
|
||||
echo -e "$Green### start install packages for build $reponame ###$reset"
|
||||
echo -e "$Brown### checking your os ###$reset"
|
||||
if type pacman >/dev/null 2>&1;then
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue