auto-install script
This commit is contained in:
parent
6d5ca1de2d
commit
ce5b28e6ff
|
@ -0,0 +1 @@
|
||||||
|
notes.md
|
|
@ -46,3 +46,8 @@ if command -v git &> /dev/null; then
|
||||||
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."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "$NOTE ensure in home directory"
|
||||||
|
cd || exit
|
||||||
|
|
||||||
|
echo "-----"
|
Loading…
Reference in New Issue