Ok Guys,
I tried, wget with no luck, so I tried curl -LO and it worked:
pi@moode:~ $ curl -LO
http://download.roonlabs.com/builds/roon...uxarmv8.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 178 100 178 0 0 298 0 --:--:-- --:--:-- --:--:-- 298
100 162 0 162 0 0 141 0 --:--:-- 0:00:01 --:--:-- 487
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 178 100 178 0 0 634 0 --:--:-- --:--:-- --:--:-- 635
100 16680 100 16680 0 0 20663 0 --:--:-- --:--:-- --:--:-- 69030
pi@moode:~ $ chmod +x roonbridge-installer-linuxarmv8.sh
pi@moode:~ $ sudo ./roonbridge-installer-linuxarmv8.sh
--------------------------------------------------------------------------------------
Welcome to the RoonBridge installer
This installer sets up RoonBridge to run on linux with the following settings:
- RoonBridge will be installed in /opt/RoonBridge
- RoonBridge's data will be stored in /var/roon/RoonBridge
- RoonBridge will be configured to run as a system service
- RoonBridge will run as root
These settings are suitable for turning a dedicated or semi-dedicated device
into an appliance that runs RoonBridge
If you want customize how RoonBridge is installed, see:
http://kb.roonlabs.com/LinuxInstall
--------------------------------------------------------------------------------------
Do you want to install RoonBridge on this machine? [Y/n] y
Downloading RoonBridge_linuxarmv8.tar.bz2 to /tmp/tmp.FxtaDqBjMI/RoonBridge_linuxarmv8.tar.bz2
################################################################################################################################################################# 100.0%
Unpacking RoonBridge_linuxarmv8.tar.bz2...Done
Checking to see if RoonBridge can run on this machine
Checking for Binary Compatibility [ OK ]
Checking for ALSA Libraries [ OK ]
STATUS: SUCCESS
Copying Files...Done
Failed to stop roonbridge.service: Unit roonbridge.service not loaded.
Installing /etc/systemd/system/roonbridge.service
Enabling service roonbridge...
Created symlink /etc/systemd/system/multi-user.target.wants/roonbridge.service → /etc/systemd/system/roonbridge.service.
Service Enabled
Starting service roonbridge...
Service Started
--------------------------------------------------------------------------------------
All Done! RoonBridge should be running on your machine now.
--------------------------------------------------------------------------------------
pi@moode:~ $