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