Update egg-taco-spigot.json

This commit is contained in:
William Cody Ardoin
2018-03-08 01:18:40 -06:00
committed by GitHub
parent 96eb2f1b85
commit 327ec92865

View File

@@ -3,7 +3,7 @@
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2018-03-08T01:16:59-06:00", "exported_at": "2018-03-08T01:18:25-06:00",
"name": "Taco Spigot", "name": "Taco Spigot",
"author": "hostmaster@waterfallgaming.net", "author": "hostmaster@waterfallgaming.net",
"description": "A even-higher higher performance PaperSpigot fork that adds new features.", "description": "A even-higher higher performance PaperSpigot fork that adds new features.",
@@ -17,7 +17,7 @@
}, },
"scripts": { "scripts": {
"installation": { "installation": {
"script": "#!\/bin\/ash\r\n# Bungeecord Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nif [ -z \"${DL_VERSION}\" ] || [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n DL_VERSION=\"lastSucessfulBuild\"\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/ci.techcable.net\/job\/TacoSpigot\/${DL_VERSION}\/artifact\/build\/TacoSpigot.jar", "script": "#!\/bin\/ash\r\n# Taco Spigot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add curl\r\n\r\ncd \/mnt\/server\r\n\r\nif [ -z \"${DL_VERSION}\" ] || [ \"${DL_VERSION}\" == \"latest\" ]; then\r\n DL_VERSION=\"lastSucessfulBuild\"\r\nfi\r\n\r\ncurl -o ${SERVER_JARFILE} https:\/\/ci.techcable.net\/job\/TacoSpigot\/${DL_VERSION}\/artifact\/build\/TacoSpigot.jar",
"container": "alpine:3.4", "container": "alpine:3.4",
"entrypoint": "ash" "entrypoint": "ash"
} }