Skip to content

Instantly share code, notes, and snippets.

@datawookie
Last active August 4, 2022 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datawookie/0e0e9cfebef214502bf19d36a6ba21bb to your computer and use it in GitHub Desktop.
Save datawookie/0e0e9cfebef214502bf19d36a6ba21bb to your computer and use it in GitHub Desktop.
Install Wine
#!/bin/bash
sudo dpkg --add-architecture i386
curl -fsSL https://dl.winehq.org/wine-builds/Release.key | sudo apt-key add -
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install -y --install-recommends winehq-stable
sudo apt-get install -y winetricks
sudo apt-get install -y winbind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment