mirror of
https://github.com/ChocoTaco1/Tribes2-Server-Setup-Guide.git
synced 2026-01-19 17:44:45 +00:00
stable
This commit is contained in:
parent
8f108d56d7
commit
eb685ac357
|
|
@ -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 -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
|
||||
- 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 -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
|
||||
- Download:
|
||||
|
|
|
|||
Loading…
Reference in a new issue