[resolved] Getting weird HTML response on Linux

root@gr-testhost-01:~# duplicacy init
/usr/bin/duplicacy: line 1: syntax error near unexpected token <' /usr/bin/duplicacy: line 1:You are being redirected.’

Apparently I can’t CURL download the pre-compiled binary.

So what was your question and what was the solution? (it might help future users)

1 Like

Make sure to use wget or SCP to get the binary onto a Linux box. It seem that curl -O doesn’t handle github’s backend redirect to AWS S3 storage.

1 Like