Here is what I did:

url="http://www.mysqueezebox.com/update/?version=7.9.0&revision=1&geturl=1&os=deb";
latest_lms=$(wget -q -O - "$url")
mkdir -p /sources
cd /sources
wget $latest_lms
lms_deb=${latest_lms##*/}
dpkg -i $lms_deb

Sorry for the 2 part message, but the board does not allow a newbie to
include the above commands...


------------------------------------------------------------------------
postbuz's Profile: http://forums.slimdevices.com/member.php?userid=67302
View this thread: http://forums.slimdevices.com/showthread.php?t=107872

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

Reply via email to