Skip to content

Commit

Permalink
fix: jts3servermod egg ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-ladjani authored Mar 13, 2020
1 parent 283f4cc commit 2d8ffe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bots/teamspeak3/jts3servermod/egg-j-t-s3-server-mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# JTS3ServerMod\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y install wget unzip\r\n\r\ncd \/tmp\r\n\r\nif [ -z \"$SERVER_VERSION\" ] || [ \"$SERVER_VERSION\" == \"latest\" ]; then\r\n wget -q -O JTS3ServerMod.zip 'https:\/\/www.stefan1200.de\/dlrequest.php?file=jts3servermod&type=.zip'\r\nelse\r\n wget -q -O JTS3ServerMod.zip 'https:\/\/www.stefan1200.de\/downloads\/JTS3ServerMod_$SERVER_VERSION.zip'\r\nfi\r\n\r\nunzip JTS3ServerMod.zip\r\n\r\nmkdir -p \/mnt\/server\r\nexport HOME=\/mnt\/server\r\n\r\nmv \/tmp\/JTS3ServerMod\/* \/mnt\/server\/",
"container": "ubuntu:18.10",
"container": "ubuntu:18.04",
"entrypoint": "bash"
}
},
Expand All @@ -33,4 +33,4 @@
"rules": "required|string|max:20"
}
]
}
}

0 comments on commit 2d8ffe0

Please sign in to comment.