Rnee wrote: 
> It's quite simple, I'm not a Linux expert either, used another howto
> which didn't work but with this one it was easy.
> I started from:
> http://wiki.slimdevices.com/index.php/DebianPackage#installing_7.9.2
> 
> You open a command line and all depends a little on whether you have
> admin rights or not.
> If not, you have to precede those lines which start with sudo exactly
> that way.
> If you do already have admin (root) rights, you can omit sudo.
> Then just copy/paste each line followed by enter.
> Just pay attention that you don't see any errors after entering.
> 
> That's how it has worked for me.
> At the end, depending if you use the same machine or not, you have to
> enter the right address of the machine you installed LMS on as pointer
> in the browser.
> 
> HTH

Hello,

I tried this method but seem to have a problem when I run wget.

See command line output below.

    
- Can you advise me on what I should do or what went wrong?
  


$ sudo apt-get install libio-socket-ssl-perl
[sudo] password: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libio-socket-ssl-perl is already the newest version (2.060-3).
libio-socket-ssl-perl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

$(dpkg --print-architecture)

$ if [ "$os" = "armhf" ]; then os=arm; fi

$
url="http://www.mysqueezebox.com/update/?version=7.9.1&revision=1&geturl=1&os=deb";

$ latest_lms=$(wget -q -O - "$url")
bash: wget: command not found

$


------------------------------------------------------------------------
1uke_'s Profile: http://forums.slimdevices.com/member.php?userid=66412
View this thread: http://forums.slimdevices.com/showthread.php?t=111348

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to