Skip to content

Commit

Permalink
Update lunar-scripts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slyfox1186 authored Oct 7, 2023
1 parent 8c98077 commit 607757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bash/Ubuntu Scripts/lunar/user-scripts/lunar-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 607757f

Please sign in to comment.