From a6b5cd92972051ae2c22ff266e38b043450de6ac Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 25 Apr 2026 09:19:16 -0700 Subject: [PATCH] Fix the URLs to get the raw file. Thought this was already done! --- rc_shared.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc_shared.sh b/rc_shared.sh index 114db42..51138fd 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -87,7 +87,7 @@ function update-shared-old { refactor_script="refactor_music_library.sh" wget -O "$refactor_script" \ - https://git.hyperling.com/me/shell-music-refactor-library/src/branch/main/refactor_music_library.sh + https://git.hyperling.com/me/shell-music-refactor-library/raw/branch/main/refactor_music_library.sh mv -v $refactor_script "$local_bin"/ chmod 755 -Rv "$local_bin" @@ -122,7 +122,7 @@ function update-shared2 { refactor_script="refactor_music_library.sh" wget -O "$refactor_script" \ - https://git.hyperling.com/me/shell-music-refactor-library/src/branch/main/refactor_music_library.sh + https://git.hyperling.com/me/shell-music-refactor-library/raw/branch/main/refactor_music_library.sh mv -v $refactor_script "$local_bin"/ chmod 755 -Rv "$local_bin"