Roon bridge on MOODE audio 8 or 9 problem

Hello i have a little problem. I have using moode audio 6 on rpi4 with roon bridge instaled but i have do system update to 9. And now in moode audio 9 it is impasible to set on roon bridge. I have try it by extra putty via SSH . But when im using this comands to instal roon.

Roon Bridge armv7hf

$ curl -O http://download.roonlabs.com/builds/roonbridge-installer-linuxarmv7hf.sh
$ chmod +x roonbridge-installer-linuxarmv7hf.sh
$ sudo ./roonbridge-installer-linuxarmv7hf.sh

Or this.

Roon Bridge armv8

$ curl -O http://download.roonlabs.com/builds/roonbridge-installer-linuxarmv8.sh
$ chmod +x roonbridge-installer-linuxarmv8.sh
$ sudo ./roonbridge-installer-linuxarmv8.sh

Instaler can not find file.
What i’m doing wrong? Very thanks

The URL has been redirected. Use curl -O -L to make it work with curl, or download the roonbridge installer file in the browser or with wget instead. Unfortunately, the documentation has not been updated to reflect the necessary curl option -L to follow the redirect.

See this thread:

Uff, thanks. Seems it is hard to do it by a noob. I must change O on L just?
Can you write me what i must write in extra putty? Sory for waste your Time. If i think corectly i need arm8 roon bridge to rpi4b. Very thanks

curl -O -L or curl -OL, it’s the same thing

Yes, that’s right!
Good luck…

Hi @kamil_pakiela,
Thanks for writing in to ask about this. Were you able to get Roon Bridge installed?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.