Linux easy installer issue

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

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

1 Like