🔧 chore(install): update default branch to ryo

This commit is contained in:
João Dias
2025-10-23 07:26:14 -03:00
committed by GitHub
parent 44e68a0ae1
commit 7feffef51a
+1 -2
View File
@@ -19,8 +19,7 @@ repo_directory=`[[ "$is_standalone" ]] && echo -n "$temp_dir/repo" || echo -n ".
# source utils script before installation # source utils script before installation
if [[ "$is_standalone" ]]; then if [[ "$is_standalone" ]]; then
mkdir -p "$repo_directory" mkdir -p "$repo_directory"
# testing only, change to commented value before merging (hope I don't forget lol) default_branch="ryo" # `curl -s https://api.github.com/repos/retrozinndev/colorshell | jq -r .default_branch`
default_branch="gtk4-ags3" # `curl -s https://api.github.com/repos/retrozinndev/colorshell | jq -r .default_branch`
# get utils script # get utils script
echo "fetching 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 curl -s https://raw.githubusercontent.com/retrozinndev/colorshell/refs/heads/$default_branch/scripts/utils.sh > $temp_dir/utils.sh