1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

move script out of docker.mods folder

This commit is contained in:
Marius 2022-07-10 18:49:03 +02:00
parent a4f2b2da54
commit ae571bfccd

View File

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