From 4747d8e38a505c40ce61b2dca84fe820c72720d9 Mon Sep 17 00:00:00 2001 From: "T. H. Wright" Date: Thu, 19 Oct 2023 06:05:17 -0400 Subject: [PATCH] Update README.md Update Ubuntu Deps --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e94b6f..08f2d68 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,12 @@ sudo apt install mktemp patch lsof wget find sed grep gawk tr winbind cabextract If using wine from a repo, you must install wine staging. Run: ``` -sudo apt install winehq-staging +sudo dpkg --add-architecture i386 +sudo mkdir -pm755 /etc/apt/keyrings +sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key +CODENAME=lsb_release -a | grep Codename | awk '{print $2}' +sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/"${CODENAME}"/winehq-"${CODENAME}".sources +sudo apt install --install-recommends winehq-staging ``` See https://wiki.winehq.org/Ubuntu for help.