forked from thisiszeev/wine-installer
Update get-wine-7.10-ubuntu_22_04.sh
This commit is contained in:
parent
b066e5ad7b
commit
5a566f1a98
|
@ -7,7 +7,7 @@ sudo apt update
|
|||
wget -nc https://dl.winehq.org/wine-builds/winehq.key
|
||||
sudo mv winehq.key /usr/share/keyrings/winehq-archive.key
|
||||
sudo apt update
|
||||
echo "\nInstalling wine 7.10 ...."
|
||||
echo "Installing wine 7.10 ...."
|
||||
sudo apt install winehq-devel winetricks
|
||||
|
||||
echo "\nSetting up wine..."
|
||||
|
|
Loading…
Reference in New Issue