1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

domain fix

This commit is contained in:
GilbN 2022-07-10 18:56:58 +02:00
parent a4f2b2da54
commit d4e8fc32d9

View File

@ -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