arturo-lang/arturo

Download with curl failing

Closed this issue ยท 5 comments

Describe the bug
Running the download script provided by the website returns an HTML output, not a shell script.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://arturo-lang.io/#download
  2. Copy the script provided to download Arturo
  3. Run it in a shell
  4. See error

Expected behavior
I expected the script to download Arturo and install it.

Screenshots
what curl received
Output

Desktop (please complete the following information):

  • OS: ChromeOS, Linux distro Debian 11
  • Browser: Chrome
  • Device: Chromebook

Additional context
When I tried running this:

curl -sSL https://get.arturo-lang.io >> get-arturo.sh

The contents of get-arturo.sh were the following:

<!DOCTYPE html>
<html>
<head>
<title>Welcome to nginx!</title>
<style>
    body {
        width: 35em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>

I had expected a shell script in this file.

I thought that https://get.arturo-lang.io would redirect to a shell script that would be installed and then executed, but I got a message from Nginx.

Thank you for submitting an issue! :)

@Kaamkiya First of all, welcome to our community! (Feel free to join our Discord server too: https://discord.com/invite/YdVK2CB)

Regarding the issue, it's already known, but thanks for opening it since I was literally about to ๐Ÿš€

I'll work on a fix ASAP ๐Ÿ˜‰

In the meantime, if you want to try Arturo, you can find any of the latest binaries (from our master branch) here:

@Kaamkiya I just fixed (or at least I think so) the installation script you mentioned. Could you please verify if it's working for you?

Screenshot 2024-01-13 at 12 23 16

Yes, it's working now. Thank you!

Yes, it's working now. Thank you!

Awesome! ๐Ÿ˜‰