mi6 wrote:
> Looks like a pending clean install to me, to be honest ... Do you have
> any good resources on how to properly install LMS on Raspbian?
>
This is my routine based on the Wiki for a debian install. I use it on
Raspbian Buster Desktop and Lite.
It is supposed to be a script but I have found that breaking it down
into sections works well.
You can copy and paste each section.
atb
ronnie :)
1)
Code:
--------------------
sudo apt -y install libio-socket-ssl-perl lame
--------------------
Press Enter
2)
Code:
--------------------
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")
--------------------
Press Enter
3)
Code:
--------------------
mkdir sources
cd sources
--------------------
Press Enter
4)
Code:
--------------------
wget $latest_lms
lms_deb=${latest_lms##*/}
sudo dpkg -i $lms_deb
--------------------
Press Enter
5)
Code:
--------------------
sudo apt -f install
--------------------
Press Enter
6)
Code:
--------------------
Sudo reboot
--------------------
Press Enter
------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=111211
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix