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