Fix the URLs to get the raw file. Thought this was already done!

This commit is contained in:
2026-04-25 09:19:16 -07:00
parent 14ce936e9b
commit a6b5cd9297

View File

@@ -87,7 +87,7 @@ function update-shared-old {
refactor_script="refactor_music_library.sh" refactor_script="refactor_music_library.sh"
wget -O "$refactor_script" \ 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"/ mv -v $refactor_script "$local_bin"/
chmod 755 -Rv "$local_bin" chmod 755 -Rv "$local_bin"
@@ -122,7 +122,7 @@ function update-shared2 {
refactor_script="refactor_music_library.sh" refactor_script="refactor_music_library.sh"
wget -O "$refactor_script" \ 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"/ mv -v $refactor_script "$local_bin"/
chmod 755 -Rv "$local_bin" chmod 755 -Rv "$local_bin"