Browse Source

deploy: 302ea84efa

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

2
fetch.sh

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Downloads all docker mod scripts # Downloads all docker mod scripts
MODS=$(curl https://develop.theme-park.dev/themes.json | jq -r '.["docker-mods"]') MODS=$(curl https://theme-park.dev/themes.json | jq -r '.["docker-mods"]')
if [[ "$0" == "bash" ]]; then if [[ "$0" == "bash" ]]; then
DIR="/tmp/theme-park-mods" DIR="/tmp/theme-park-mods"
else else

Loading…
Cancel
Save