Last active
April 30, 2016 18:42
-
-
Save bryceml/9a0a5e3605dcfd5c8b9aabf51bfa4c46 to your computer and use it in GitHub Desktop.
Fix Portal 2
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
#!/bin/bash | |
LD_PRELOAD='/usr/$LIB/libstdc++.so.6' DISPLAY=:0 steam | |
# From http://askubuntu.com/questions/654566/steam-doesnt-start-libgl-error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment