sh -ci “$(curl -fsSL https://sdk.dfinity.org/install.sh)”
curl: (22) The requested URL returned error: 404
Tips for direct access are as follows:
What is the reason?
sh -ci “$(curl -fsSL https://sdk.dfinity.org/install.sh)”
curl: (22) The requested URL returned error: 404
Tips for direct access are as follows:
What is the reason?
Have you try also sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)"
?
The doc has been moved from sdk.dfinity to smartcontracts.org, maybe some urls aren’t valid anymore
glad to hear it works now!
I am getting a certificate expired error. I tried what @peterparker suggested (change the domain). but still the same issue.
Try updating open-ssl on your machine.