mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-07-13 15:34:34 +00:00
stable
This commit is contained in:
parent
8f108d56d7
commit
eb685ac357
2 changed files with 8 additions and 4 deletions
|
|
@ -86,9 +86,11 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
|
||||||
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key &&
|
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key &&
|
||||||
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||||
|
|
||||||
- This will install wine-development, typically theres no issues. If you have issues install `winehq-stable`.
|
- This will install wine-development, typically theres no issues.
|
||||||
|
|
||||||
sudo apt install --install-recommends winehq-devel
|
sudo apt install --install-recommends winehq-stable
|
||||||
|
|
||||||
|
- If you want the development branch install `winehq-devel`
|
||||||
|
|
||||||
### Get all the files
|
### Get all the files
|
||||||
- Download:
|
- Download:
|
||||||
|
|
|
||||||
|
|
@ -85,9 +85,11 @@ Tacoserver: [Tacoserver Github](https://github.com/ChocoTaco1/TacoServer)
|
||||||
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key &&
|
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key &&
|
||||||
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||||
|
|
||||||
- This will install wine-development, typically theres no issues. If you have issues install `winehq-stable`.
|
- This will install wine-development, typically theres no issues.
|
||||||
|
|
||||||
sudo apt install --install-recommends winehq-devel
|
sudo apt install --install-recommends winehq-stable
|
||||||
|
|
||||||
|
- If you want the development branch install `winehq-devel`
|
||||||
|
|
||||||
### Get all the files
|
### Get all the files
|
||||||
- Download:
|
- Download:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue