From 7feffef51a1e988664e5ca7629c22f7073c9f1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Thu, 23 Oct 2025 07:26:14 -0300 Subject: [PATCH] :wrench: chore(install): update default branch to `ryo` --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2afdd41..e50ca7b 100755 --- a/install.sh +++ b/install.sh @@ -19,8 +19,7 @@ repo_directory=`[[ "$is_standalone" ]] && echo -n "$temp_dir/repo" || echo -n ". # source utils script before installation if [[ "$is_standalone" ]]; then mkdir -p "$repo_directory" - # testing only, change to commented value before merging (hope I don't forget lol) - default_branch="gtk4-ags3" # `curl -s https://api.github.com/repos/retrozinndev/colorshell | jq -r .default_branch` + default_branch="ryo" # `curl -s https://api.github.com/repos/retrozinndev/colorshell | jq -r .default_branch` # get utils script echo "fetching utils script..." curl -s https://raw.githubusercontent.com/retrozinndev/colorshell/refs/heads/$default_branch/scripts/utils.sh > $temp_dir/utils.sh