Created
May 1, 2018 01:51
-
-
Save krisclarkdev/0eae0411175a8de3ce9de7762fb1fb67 to your computer and use it in GitHub Desktop.
Script to install dolphin on Pine64 (Xubuntu)
This file contains hidden or 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
#!/bin/sh | |
sudo apt-add-repository ppa:dolphin-emu/ppa | |
sudo apt update | |
sudo apt install dolphin-emu | |
sudo ln -s /usr/games/dolphin-emu /usr/bin/dolphin-emu | |
sudo ln -s /usr/games/dolphin-emu-nogui /usr/bin/dolphin-emu-nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment