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.
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)
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.