Skip to content

Commit

Permalink
fix ifgit
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Dec 19, 2023
1 parent 4d6f80b commit c3edbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3edbd5

Please sign in to comment.