diff --git a/lib/installers.sh b/lib/installers.sh index b0f00d5..e51a6c6 100644 --- a/lib/installers.sh +++ b/lib/installers.sh @@ -148,7 +148,7 @@ install_git_project() { git clone "$repo_url" ( cd "$project_dir" - git checkout "$repo_version" + git -c advice.detachedHead=false checkout "$repo_version" eval "$script" ) rm -rf "$project_dir"