Unable to install Meteor

Unable to install Meteor, because sh script unable to download Meteor package file:

curl https://install.meteor.com/ | sh

or

curl https://install.meteor.com/\?release\=2.16 | sh

It makes following error:

Retrying download https://static.meteor.com/packages-bootstrap/2.16/meteor-bootstrap-os.linux.aarch64.tar.gz in 5 seconds...
curl: (22) The requested URL returned error: 403                               

Retrying download https://static.meteor.com/packages-bootstrap/2.16/meteor-bootstrap-os.linux.aarch64.tar.gz in 5 seconds...
curl: (22) The requested URL returned error: 403                               

Retrying download https://static.meteor.com/packages-bootstrap/2.16/meteor-bootstrap-os.linux.aarch64.tar.gz in 5 seconds...
curl: (22) The requested URL returned error: 403

When I try to download file, It makes an error:

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>....</RequestId>
<HostId>.....</HostId>
</Error>

update: when I will change architecture, it works. Problem I have on mac M1.

@klaucode

Did you try these?

a) Official info

b) Newest beta

1 Like

Hi @xe7, thanks a lot for so positive info. I didn’t miss Meteor Renesance :heart:

1 Like