Created
February 28, 2020 21:18
-
-
Save jjuarez/b98d3bb03384880cea60dfc52ad63bfa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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