Skip to content

Instantly share code, notes, and snippets.

@haggen
Created August 20, 2019 19:49
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 haggen/7d2865bb48522d25ce4fdf9dc5d60ae5 to your computer and use it in GitHub Desktop.
Save haggen/7d2865bb48522d25ce4fdf9dc5d60ae5 to your computer and use it in GitHub Desktop.
wine-staging on Elementary 5.0 "Juno"
#!/bin/bash
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt install libvulkan1 libvulkan-dev vulkan-utils
sudo apt install libfaudio0
sudo apt install --install-recommends wine-staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment