From ae571bfccd6f5d557e144448e514c516f28a67a1 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 10 Jul 2022 18:49:03 +0200 Subject: [PATCH] move script out of docker.mods folder --- docker-mods/fetch.sh => fetch.sh | 1 + 1 file changed, 1 insertion(+) rename docker-mods/fetch.sh => fetch.sh (93%) diff --git a/docker-mods/fetch.sh b/fetch.sh similarity index 93% rename from docker-mods/fetch.sh rename to fetch.sh index b545c139..9f137ab3 100644 --- a/docker-mods/fetch.sh +++ b/fetch.sh @@ -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