Johan S wrote: 
> Thanks. Which version of LMS do you use?

I get latest nightly with a script


Code:
--------------------
    
  Latest_LMS_Downloads=$(wget -q -O - 
http://downloads.slimdevices.com/releases/nightly/stable.xml)
  Latest_LMS_RPM=$(echo $Latest_LMS_Downloads | sed 's/>/>\n/g' | grep rpm)
  Latest_URL=$(echo $Latest_LMS_RPM | awk -F '"' {'print $4'})
  dnf -y install $Latest_URL
  
--------------------


Jeff



*Want a webapp ?* Get SqueezeLite-X !
https://forums.slimdevices.com/showthread.php?108550-Announce-Squeezelite-X&p=903953&viewfull=1#post903953
------------------------------------------------------------------------
Jeff07971's Profile: http://forums.slimdevices.com/member.php?userid=49290
View this thread: http://forums.slimdevices.com/showthread.php?t=114192

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to