auto-install script

This commit is contained in:
shynd 2025-02-19 23:33:57 +01:00
parent 3ffb116079
commit 50147fccd2
1 changed files with 1 additions and 0 deletions

View File

@ -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"