Created
October 4, 2015 19:13
-
-
Save mdeguzis/59918ac1359525dc8b0c to your computer and use it in GitHub Desktop.
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
| # open run_steam.sh | |
| ``` | |
| ~/.local/share/Steam/steamapps/common/Saviors | |
| ``` | |
| # uncomment the mono line and comment the regular launcher | |
| ``` | |
| mono --gc=sgen Saviors.exe | |
| #./saviors_all | |
| ``` | |
| # Install mono runtime (available in the Debian sources) | |
| ``` | |
| sudo apt-get install mono-runtime | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment