Add standard curl arguments

Most importantly, `-f` instructs curl to fail if the request fails. More details here; https://explainshell.com/explain?cmd=curl+-fsSL+example.org
This commit is contained in:
Jay Bazuzi 2025-01-04 07:19:57 -08:00 committed by GitHub
parent 4c6b0e9c3b
commit b8e9b1442e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -87,7 +87,7 @@ The Homebrew option from the [MacOS section below](#macos) would also work if yo
##### 1. Automatic installer (Recommended)
```bash
curl https://pyenv.run | bash
curl -fsSL https://pyenv.run | bash
```
For more details visit our other project: