mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-26 07:19:26 +00:00
Added arclight and nanolimbo types and Meowice flags (#3485)
This commit is contained in:
19
scripts/start-deployNanoLimbo
Executable file
19
scripts/start-deployNanoLimbo
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# shellcheck source=start-utils
|
||||
. "${SCRIPTS:-/}start-utils"
|
||||
isDebugging && set -x
|
||||
|
||||
if ! SERVER=$(mc-image-helper github download-latest-asset \
|
||||
--output-directory=/data \
|
||||
--name-pattern="NanoLimbo-.+?(?<!-sources)\.jar" \
|
||||
Nan1t/NanoLimbo
|
||||
); then
|
||||
logError "Failed to download NanoLimbo"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export SERVER
|
||||
export FAMILY=LIMBO
|
||||
|
||||
exec ${SCRIPTS:-/}start-setupMounts $@
|
||||
Reference in New Issue
Block a user