DJanGo wrote: > Hi, > > lms works on 18.04.1 but we dont know what was your previous ubuntu. > As seen in the wiki you can only use 7.9.1/7.9.2 if your lms was eg. 7.8 > it wont run because of your perl version doesnt match. > > since the wiki doesnt allow me to change the script to install 7.9.2 > these are the steps > > Code: -------------------- > > > sudo dpkg -P logitechmediaserver > sudo apt-get install libio-socket-ssl-perl > os=$(dpkg --print-architecture) > if [ "$os" = "armhf" ]; then os=arm; fi > url="http://www.mysqueezebox.com/update/?version=7.9.2&revision=1&geturl=1&os=deb$os" > latest_lms=$(wget -q -O - "$url") > mkdir -p /sources > cd /sources > wget $latest_lms > lms_deb=${latest_lms##*/} > sudo dpkg -i $lms_deb > sudo apt-get -f install -------------------- > > > > edit - now i found a way ;-) > http://wiki.slimdevices.com/index.php/Debian_Package#installing_7.9.2
I could not do this issuing terminal commands, and need help in creating a script that will work. Thanks! ------------------------------------------------------------------------ merlinus's Profile: http://forums.slimdevices.com/member.php?userid=66548 View this thread: http://forums.slimdevices.com/showthread.php?t=109639 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
