diff --git a/rc_shared.sh b/rc_shared.sh index 568878f..e0055bf 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -70,6 +70,8 @@ function update-shared { wget -O "$refactor_script" \ https://git.hyperling.com/me/shell-music-refactor-library/src/branch/main/refactor_music_library.sh mv -v $refactor_script "$local_bin"/ + + chmod 755 -Rv "$local_bin" else echo "Did not find '$local_bin', did not copy scripts." fi