💥 fix(install, update): repo branch stuff

This commit is contained in:
retrozinndev
2025-10-26 16:58:44 -03:00
parent 870ac64511
commit 67688daf6e
2 changed files with 12 additions and 1 deletions
+2
View File
@@ -89,6 +89,8 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then
Send_log "Done fetching"
Send_log "Checking out latest non-pre-release version: $latest_tag"
git -C "$repo_directory" checkout $latest_tag > /dev/null 2>&1
else
git -C "$repo_directory" checkout ryo > /dev/null 2>&1
fi
Send_log "Updating..."