Skip to content

Commit 10f37ad

Browse files
authored
Updated Teamspeak 3 Server Egg
Changed to alpine container
1 parent f5d701c commit 10f37ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

database/seeds/eggs/voice-servers/egg-teamspeak3-server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"meta": {
44
"version": "PTDL_v1"
55
},
6-
"exported_at": "2018-10-28T20:28:22+01:00",
6+
"exported_at": "2018-10-28T20:50:23+01:00",
77
"name": "Teamspeak3 Server",
88
"author": "support@pterodactyl.io",
99
"description": "VoIP software designed with security in mind, featuring crystal clear voice quality, endless customization options, and scalabilty up to thousands of simultaneous users.",
@@ -17,9 +17,9 @@
1717
},
1818
"scripts": {
1919
"installation": {
20-
"script": "#!\/bin\/bash\r\n# TS3 Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y install --no-install-recommends tar curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl http:\/\/dl.4players.de\/ts\/releases\/${TS_VERSION}\/teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2 | tar xj --strip-components=1",
21-
"container": "ubuntu:18.04",
22-
"entrypoint": "bash"
20+
"script": "#!\/bin\/ash\r\n# TS3 Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napk update\r\napk add tar curl\r\n\r\ncd \/mnt\/server\r\n\r\ncurl http:\/\/dl.4players.de\/ts\/releases\/${TS_VERSION}\/teamspeak3-server_linux_amd64-${TS_VERSION}.tar.bz2 | tar xj --strip-components=1",
21+
"container": "alpine:3.4",
22+
"entrypoint": "ash"
2323
}
2424
},
2525
"variables": [

0 commit comments

Comments
 (0)