expand mumble service install docs

This commit is contained in:
Joel Falknau 2024-09-09 12:59:49 +10:00
parent c34efebacf
commit 737e02293a
No known key found for this signature in database

View File

@ -14,11 +14,11 @@ This guide is currently for Ubuntu only.
### Installing Mumble Server ### Installing Mumble Server
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204
The mumble server package can be retrieved from a repository, which we need to add: The mumble server package can be retrieved from a repository, which we need to add:
::::{tabs}
:::{group-tab} Ubuntu 2004, 2204, 2404
```shell ```shell
sudo apt-add-repository ppa:mumble/release sudo apt-add-repository ppa:mumble/release
``` ```
@ -30,9 +30,16 @@ sudo apt-get update
Now three packages need to be installed: Now three packages need to be installed:
```shell ```shell
sudo apt-get install python-software-properties mumble-server libqt5sql5-mysql sudo apt-get install software-properties-common mumble-server libqt5sql5-mysql
``` ```
:::
:::{group-tab} CentOS 7, Stream 8, Stream 9
sudo yum install epel-release
sudo yum update
sudo yum install mumble-server
::: :::
:::: ::::