auto-install script
This commit is contained in:
parent
6d5ca1de2d
commit
ce5b28e6ff
|
@ -0,0 +1 @@
|
|||
notes.md
|
|
@ -45,4 +45,9 @@ if command -v git &> /dev/null; then
|
|||
echo "-----"
|
||||
else
|
||||
echo "$ERROR git is not installed, please install git and try again."
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "$NOTE ensure in home directory"
|
||||
cd || exit
|
||||
|
||||
echo "-----"
|
Loading…
Reference in New Issue