1
0
Fork 0

Update get-wine-7.10-ubuntu_22_04.sh

This commit is contained in:
Rishon Jonathan R 2022-06-22 20:55:25 +05:30 committed by GitHub
parent b066e5ad7b
commit 5a566f1a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sudo apt update
wget -nc https://dl.winehq.org/wine-builds/winehq.key wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo mv winehq.key /usr/share/keyrings/winehq-archive.key sudo mv winehq.key /usr/share/keyrings/winehq-archive.key
sudo apt update sudo apt update
echo "\nInstalling wine 7.10 ...." echo "Installing wine 7.10 ...."
sudo apt install winehq-devel winetricks sudo apt install winehq-devel winetricks
echo "\nSetting up wine..." echo "\nSetting up wine..."