mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
expand mumble service install docs
This commit is contained in:
parent
c34efebacf
commit
737e02293a
@ -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
|
||||||
|
|
||||||
:::
|
:::
|
||||||
::::
|
::::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user