auto-install script
This commit is contained in:
parent
3ffb116079
commit
50147fccd2
|
@ -45,6 +45,7 @@ if command -v git &> /dev/null; then
|
||||||
echo "-----"
|
echo "-----"
|
||||||
else
|
else
|
||||||
echo "$ERROR git is not installed, please install git and try again"
|
echo "$ERROR git is not installed, please install git and try again"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "$NOTE ensure in home directory"
|
echo "$NOTE ensure in home directory"
|
||||||
|
|
Loading…
Reference in New Issue