From 50147fccd2e0f60bf4f7af29e034cf6656b2177c Mon Sep 17 00:00:00 2001 From: shynd Date: Wed, 19 Feb 2025 23:33:57 +0100 Subject: [PATCH] auto-install script --- auto-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-install.sh b/auto-install.sh index 6c344fb..26a997e 100755 --- a/auto-install.sh +++ b/auto-install.sh @@ -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"