06-30-2024, 03:27 PM
(06-30-2024, 01:59 PM)Tim Curtis Wrote: Also it looks like the command "curl" they specify either has the wrong options or some other issue because it does not actually download the file but rather it downloads an HTML redirect error page.
Use the wget command instead of curl and you should be all set
Code:wget -q http://download.roonlabs.com/builds/roonbridge-installer-linuxarmv8.sh
Someone should post something in the Roon Forums about the documentation.
Yeah, looks like they moved the scripts to roonlabs.net but forgot to adjust their docs. While wget can follow the redirect implicitly curl has to be told explicitly to do so.
"curl -LO http://download.roonlabs.com/..." will do the trick. Or just put in the correct URL to begin with.
Regards,
Kent