Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2015 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4876e43b912778c9f591 to your computer and use it in GitHub Desktop.
Save anonymous/4876e43b912778c9f591 to your computer and use it in GitHub Desktop.
#!/bin/bash
# setup
mkdir udev && ln -s /usr/lib32/libudev.so udev/libudev.so.0
# run steam
LD_LIBRARY_PATH=$HOME/.local/share/Steam/ubuntu12_64/:$PWD/udev:$HOME/.local/share/Steam/ubuntu12_32/:$HOME/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu/:$HOME/.steam/root/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu PATH="$PATH":/usr/bin:/usr/sbin STEAM_RUNTIME=0 $HOME/.local/share/Steam/ubuntu12_32/steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment