1uke_ wrote: 
> bash: wget: command not found
> $This is where it goes wrong: wget is a program to download from the
command line and apparently it's not installed by default on a desktop
system.
Therefor the LMS package has not been downloaded; you can check this by
having a look in the 'sources' directory.

Code:
--------------------
    mkdir -p /sources
  cd /sources
  wget $latest_lms
--------------------
This is where that 'sources' directory is created, changed to it and the
package is downloaded into it.

You can install wget by either the package manager in the GUI (Graphical
User Interface) or on the command line by:

Code:
--------------------
    (sudo) apt install wget
--------------------
Again, preceding with sudo or not depends on how your system was set up.



pCP v5.0.0 on all players
LMS 7.9.2 on Debian Buster server in a Linux Container
RPi 3B+ with Hifiberry AMP2 and official 7" touchscreen (Squeezelite +
Jivelite), +27k titles on SMB share
RPi B as dedicated player, connected over wifi with USB dongle
RPi 2B as dedicated player, connected over powerline
RPi Zero W as dedicated player
Squeezer on Android to control
------------------------------------------------------------------------
Rnee's Profile: http://forums.slimdevices.com/member.php?userid=66970
View this thread: http://forums.slimdevices.com/showthread.php?t=111348

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

Reply via email to