forked from thisiszeev/wine-installer
Add files via upload
This commit is contained in:
parent
042d74d9d3
commit
1b5e8ecf05
|
@ -0,0 +1,15 @@
|
||||||
|
echo "Setting up dependencies..."
|
||||||
|
sudo dpkg --add-architecture i386
|
||||||
|
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
|
||||||
|
sudo mv winehq-jammy.sources /etc/apt/sources.list.d/
|
||||||
|
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 ...."
|
||||||
|
sudo apt install winehq-devel winetricks
|
||||||
|
|
||||||
|
echo "\nSetting up wine..."
|
||||||
|
winecfg
|
||||||
|
echo "\nDone!"
|
||||||
|
|
Loading…
Reference in New Issue