Add wine.sh

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2021-10-31 13:47:59 +00:00
parent 1f89b19d4d
commit f37962bcbc
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Markdown docs and shell scripts for automating installation of things and docume
* [`gpaste.md`](gpaste.md) for installing the GPaste clipboard manager
* [`rootcert.md`](rootcert.md) for installing other root certificates
* [`signal.sh`](signal.sh) for installing the Signal desktop client
* [`wine.sh`](wine.sh) for Linux Mint 20.x/Ubuntu 20.04
## Performance

9
wine.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
rm winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
sudo apt update
sudo apt install -y --install-recommends winehq-stable