Could you please try the following change?

Code:
--------------------
    index 9bc280c..70c5163 100644
  --- a/Slim/Utils/OS/Debian.pm
  +++ b/Slim/Utils/OS/Debian.pm
  @@ -118,7 +118,7 @@ sub installerOS {
  elsif ( $class->{osDetails}->{osArch} =~ /^x86_64/i ) {
  return 'debamd64';
  }
  -       elsif ( $class->{osDetails}->{osArch} =~ /^i386/i ) {
  +       elsif ( $class->{osDetails}->{osArch} =~ /^i[3-6]86/i ) {
  return 'debi386';
  }
  
--------------------


Then restart LMS and enable debugging for server.update, to see what URL
it's using to check for updates.



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=105351

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

Reply via email to