🔧 chore(install): update default branch to ryo
This commit is contained in:
+1
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user