Jeff07971 wrote: > I used apt-get install though using > logitechmediaserver_7.9.1~1516346293_all.deb > I use the "all" deb package as its usually done in a script and I have > not yet worked out how to get the arm only url
Hi Jeff, if you take a look @ the 'wiki' (http://wiki.slimdevices.com/index.php/Debian_Package) > os=$(dpkg --print-architecture) > if [ "$os" = "armhf" ]; then os=arm; fi > url="http://www.mysqueezebox.com/update/?version=7.9.1&revision=1&geturl=1&os=deb$os" Thats the trick ;-) ------------------------------------------------------------------------ DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516 View this thread: http://forums.slimdevices.com/showthread.php?t=108597 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
