GilbN
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
fetch.sh
|
@ -14,4 +14,4 @@ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \ |
|
|
curl "$value" --create-dirs --output "$DIR/$key" --silent |
|
|
curl "$value" --create-dirs --output "$DIR/$key" --silent |
|
|
echo "Fetched $key script" |
|
|
echo "Fetched $key script" |
|
|
done |
|
|
done |
|
|
sudo chmod go+rx $DIR |
|
|
chmod go+rx $DIR |