Remove non-alpine TS server install method from JSON

This commit is contained in:
vhsdream 2025-07-27 11:13:19 -04:00
parent 99c62b9b9f
commit a334f2d991

View File

@ -1,6 +1,6 @@
{
"name": "Teamspeak-Server",
"slug": "alpine-teamspeak-server",
"slug": "teamspeak-server",
"categories": [
24
],
@ -15,17 +15,6 @@
"config_path": "",
"description": "TeamSpeak is a voice over IP (VoIP) application, primarily used by gamers and teams to chat in real time on dedicated servers. It delivers crystalclear, lowlatency voice communication.",
"install_methods": [
{
"type": "default",
"script": "ct/teamspeak-server.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
},
{
"type": "alpine",
"script": "ct/alpine-teamspeak-server.sh",