From e60c53fba3c11262fa9973b93c124c1deecbc06b Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 10 Jul 2022 19:10:33 +0200 Subject: [PATCH] remove sudo --- 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