nowork wrote:
> Any suggestions?
You can give this a try on your raspberry
Code:
--------------------
sudo rm -rfv /var/lib/squeezeboxserver/cache/updates/* && cd /tmp/ && mkdir
LMSFWDL && cd LMSFWDL && dlurls=$(wget -qO-
https://sourceforge.net/projects/lmsclients/files/squeezeos/ | grep 'a
href="https://sourceforge.net/projects/lmsclients/files/squeezeos/.*_r.*.zip/download'
| awk -F'[""]' '{ print substr( $6, 1, length($6)-9 ) }' ) | wget $dlurls &&
unzip '*.zip' && for version in *.version ; do mv "$version" custom.$version ;
done && for bin in *_8*.bin ; do mv "$bin" custom.${bin:0:4}.bin ; done &&
sudo cp -v custom.* /var/lib/squeezeboxserver/cache/updates/ && sudo service
logitechmediaserver restart && cd .. && rm -rfv LMSFWDL
--------------------
------------------------------------------------------------------------
Rasputin_GY's Profile: http://forums.slimdevices.com/member.php?userid=68369
View this thread: http://forums.slimdevices.com/showthread.php?t=113479
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins