Linux easy installer issue

I think there may be an issue with your easy installer download for Linux. I have used this many, many times in the past with no issues.

After installing the script using curl -O https://download.roonlabs.com/builds/roonserver-installer-linuxx64.sh, I get the following error below. I suspect the actual script is not downloading. I added the https// to the original command based on a topic search for this problem. But that made no difference. Here is the error message I get:

roonserver-installer-linuxx64.sh: line 1: html: No such file or directory
roonserver-installer-linuxx64.sh: line 2: syntax error near unexpected token `<'
'oonserver-installer-linuxx64.sh: line 2: `<head><title>301 Moved Permanently</title></head>

This is the content of the file that downloads with the curl command:

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.22.0 (Ubuntu)</center>
</body>
</html>

Any help would be appreciated.

Thanks,

  • Jim

Try “curl -L -O” instead of just “curl -O”.

“-L” makes it follow redirects (which is what the 301 Moved Permanently indicates).

1 Like

Thanks very much. That did the trick.

  • Jim

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