From 607757fdcb9db89537cb4b793d9330796148efb5 Mon Sep 17 00:00:00 2001 From: Jeff <37704019+slyfox1186@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:11:54 -0700 Subject: [PATCH] Update lunar-scripts.sh --- Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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