From c3edbd57d0ee0c6d6a886407042b44a2951f9a44 Mon Sep 17 00:00:00 2001 From: BenediktMKuehne Date: Tue, 19 Dec 2023 13:31:25 +0000 Subject: [PATCH] fix ifgit --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 733467c7..0f30aaaf 100755 --- a/installer.sh +++ b/installer.sh @@ -691,7 +691,7 @@ if [[ ${EUID} -ne 0 ]]; then exit 1 fi -if [[ -d .git ]]; then +if ! [[ -d .git ]]; then export NO_GIT=1 fi