From eb685ac357d1a6bf9b9832573e9e882222007895 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sat, 19 Oct 2024 14:52:29 -0400 Subject: [PATCH] stable --- README.md | 6 ++++-- serverGuide.cs | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d42bac..3d41394 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/serverGuide.cs b/serverGuide.cs index 3f8fd8a..357c184 100644 --- a/serverGuide.cs +++ b/serverGuide.cs @@ -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: