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>