From d41717a6a8f30578bcafe034fc13ac22ed240246 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 10 Jul 2022 17:13:11 +0000 Subject: [PATCH] deploy: e2ed7b85b9ad0ac54237104ea01f23b4202b58bf --- fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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