Browse Source

deploy: 7b70ae5e17

live_develop
GilbN 3 years ago
parent
commit
2c0cf2cf43
  1. 2
      fetch.sh

2
fetch.sh

@ -11,7 +11,7 @@ mkdir -p "$DIR"
printf "\nSaving mods into $DIR\n\n" printf "\nSaving mods into $DIR\n\n"
jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \ jq -r 'to_entries | map(.key + "|" + (.value | tostring)) | .[]' <<< "$MODS" | \
while IFS='|' read key value; do while IFS='|' read key value; do
curl "$value" --create-dirs --output "$DIR/$key" --silent curl "$value" --create-dirs --output "$DIR/98-themepark-$key" --silent
echo "Fetched $key script" echo "Fetched $key script"
done done
chmod go+rx $DIR chmod go+rx $DIR
Loading…
Cancel
Save