From f86ab00a18b64877918ff2a4e18ed6082b6bfa17 Mon Sep 17 00:00:00 2001 From: Kristo Copani <31226503+kristocopani@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:19:47 +0200 Subject: [PATCH] Update thelounge.json --- json/thelounge.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/thelounge.json b/json/thelounge.json index ac2a2c73..e90eec21 100644 --- a/json/thelounge.json +++ b/json/thelounge.json @@ -1,6 +1,6 @@ { "name": "The Lounge", - "slug": "thelounge, the-lounge", + "slug": "thelounge", "categories": [ 0 ], @@ -16,7 +16,7 @@ "install_methods": [ { "type": "default", - "script": "/ct/thelounge, the-lounge.sh", + "script": "/ct/thelounge.sh", "resources": { "cpu": 2, "ram": 2048, @@ -32,7 +32,7 @@ }, "notes": [ { - "text": "The Lounge is now up and running in private mode. You will have to create a user by using \"sudo -u thelounge thelounge add name\"", + "text": "The Lounge is running in private mode. Use \"sudo -u thelounge thelounge add name\" to create users.", "type": "info" } ]