My VSCode started complaining about the CLI not being executable. When I run Particle from the command line I get a segmentation fault. I thought to try a new install of the CLI as directed on this page:
However, when I run the command line to install the CLI it fails silently.
Removing the "s" from the CURL options I get:
bash <( curl -L https://particle.io/install-cli )
curl: (60) SSL certificate problem: unable to get local issuer certificate
I'm running OSX 14.5
Previous articles suggested corporate firewall issues but I'm on a home network.
I overcame this problem by adding k to the CURL options. However, that is less secure. Would Particle provide the hash for the CLI so we can verify that we got the right stuff?