Closed matcovic closed 2 years ago
Sounds like the URL you are providing doesn't really return the installer itself, but a website (given the <!DOCTYPE html>...
stuff).
Make sure your URL returns a valid .sh
file (its contents should start with #!
) by debugging locally with:
$ wget YOUR_URL
# or
$ curl -LO YOUR_URL
AFAIK, dropbox doesn't provide a true direct link.
Here is the log file: