Skip to content

Instantly share code, notes, and snippets.

@jjuarez
Created February 28, 2020 21:18
Show Gist options
  • Save jjuarez/b98d3bb03384880cea60dfc52ad63bfa to your computer and use it in GitHub Desktop.
Save jjuarez/b98d3bb03384880cea60dfc52ad63bfa to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
echo "deb http://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list
wget -q https://download.opensuse.org/repositories/home:/strycore/xUbuntu_18.04/Release.key -O - | sudo apt-key add -
sudo apt-get update &&
sudo apt-get install lutris -y
sudo apt install libvulkan1 libvulkan1:i386 -y
sudo add-apt-repository ppa:graphics-driver/ppa
sudo apt-get update &&
sudo apt-get upgrade -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment