diff --git a/Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh b/Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh index 4625c478..9e39bde2 100755 --- a/Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh +++ b/Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh @@ -14,7 +14,7 @@ fail_fn() cd "$(mktemp --directory)" || exit 1 # Download the user scripts from GitHub -wget -qN - -i 'https://raw.githubusercontent.com/slyfox1186/script-repo/main/shell/user-scripts/lunar/lunar-scripts.txt' +wget -qN - -i 'https://raw.githubusercontent.com/slyfox1186/script-repo/main/Bash/Ubuntu%20Scripts/lunar/user-scripts/lunar-scripts.txt' # Delete all files except those that start with a '.' or end with '.sh' find . ! \( -name '\.*' -o -name '*.sh' \) -type f -delete 2>/dev/null