Browse Source

domain fix

pull/397/head
GilbN 3 years ago
parent
commit
d4e8fc32d9
  1. 2
      docker-mods/fetch.sh

2
docker-mods/fetch.sh

@ -1,6 +1,6 @@
#!/usr/bin/env bash
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
DIR="/tmp/theme-park-mods"
else

Loading…
Cancel
Save