diff --git a/fetch.sh b/fetch.sh index 7e392ae8..9a4b63f8 100644 --- a/fetch.sh +++ b/fetch.sh @@ -14,4 +14,4 @@ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \ curl "$value" --create-dirs --output "$DIR/$key" --silent echo "Fetched $key script" done -sudo chmod go+rx $DIR \ No newline at end of file +chmod go+rx $DIR \ No newline at end of file