Browse Source

move script out of docker.mods folder

pull/396/head
Marius 3 years ago
parent
commit
ae571bfccd
  1. 1
      fetch.sh

1
docker-mods/fetch.sh → 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
Loading…
Cancel
Save