Skip to content

Instantly share code, notes, and snippets.

@torgeir
Last active August 29, 2015 13:56
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 torgeir/9103612 to your computer and use it in GitHub Desktop.
Save torgeir/9103612 to your computer and use it in GitHub Desktop.
Upgrading an experimental RasPlex build.
# grab the latest build
wget http://downloads.sourceforge.net/project/rasplex/experimental/rasplex-RPi.arm-9.9.20.tar
tar -xvf rasplex-RPi.arm-9.9.20.tar
# move into the target directory
cd rasplex-RPi.arm-9.9.20/target
# create the .update/ folder if you dont already have it
ssh pi mkdir .update
# copy all the files from target/ into .update/
scp * pi:~/.update
# reboot your pi
ssh pi reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment