Browse Source

Merge pull request #398 from GilbN/develop

remove sudo
pull/404/head
GilbN 2 years ago
committed by GitHub
parent
commit
e2ed7b85b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      fetch.sh

2
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
chmod go+rx $DIR
Loading…
Cancel
Save