Skip to content

Instantly share code, notes, and snippets.

@itguy51
Created December 17, 2013 21:52
Show Gist options
  • Save itguy51/8013241 to your computer and use it in GitHub Desktop.
Save itguy51/8013241 to your computer and use it in GitHub Desktop.
Setup out Pis
#!/bin/sh
git clone https://github.com/jbaiter/pyomxplayer.git
cd pyomxplayer
sudo python setup.py install
cd ..
rm run.py
wget https://gist.github.com/itguy51/8013222/raw/ba8ef11f4f34902dfcf4beab2494f01e983a41c6/run.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment