Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update Ubuntu Deps
  • Loading branch information
thw26 authored Oct 19, 2023
1 parent 4a5a9e5 commit 4747d8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4747d8e

Please sign in to comment.