mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
split repo from install
This commit is contained in:
parent
737e02293a
commit
dd15a221aa
@ -23,12 +23,20 @@ The mumble server package can be retrieved from a repository, which we need to a
|
||||
sudo apt-add-repository ppa:mumble/release
|
||||
```
|
||||
|
||||
```shell
|
||||
sudo apt-get update
|
||||
```
|
||||
:::
|
||||
:::{group-tab} CentOS 7, Stream 8, Stream 9
|
||||
|
||||
sudo yum install epel-release
|
||||
sudo yum update
|
||||
|
||||
:::
|
||||
::::
|
||||
|
||||
Now three packages need to be installed:
|
||||
|
||||
::::{tabs}
|
||||
:::{group-tab} Ubuntu 2004, 2204, 2404
|
||||
|
||||
```shell
|
||||
sudo apt-get install software-properties-common mumble-server libqt5sql5-mysql
|
||||
```
|
||||
@ -36,8 +44,6 @@ 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