diff --git a/setup.sh b/setup.sh index 3a7ce46..9c58506 100755 --- a/setup.sh +++ b/setup.sh @@ -205,7 +205,7 @@ manage_git(){ print_verbose "Cloning '${git_repo}' to ${app_git_dir}" RUN_COMMAND_AS "git clone ${git_repo} --recursive" else - RUN_COMMAND_AS "git fetch origin" + RUN_COMMAND_AS "git fetch origin --tags" fi # will also run this first run :(