diff --git a/scripts/__first_time.sh b/scripts/__first_time.sh index 6fd6589..8060af7 100755 --- a/scripts/__first_time.sh +++ b/scripts/__first_time.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +GIT_CLONE_PROTECTION_ACTIVE=false + # Root directory of the repository. # shellcheck disable=2312 ROOT_DIR="$(dirname "$(realpath "${BASH_SOURCE[0]}")")"