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