06-30-2024, 01:59 PM
(This post was last modified: 06-30-2024, 01:59 PM by Tim Curtis.)
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
Someone should post something in the Roon Forums about the documentation.
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.