We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfae71 commit b87a9f1Copy full SHA for b87a9f1
index.txt
@@ -1,12 +1,14 @@
1
#!/bin/bash
2
+set -euo pipefail
3
+
4
#
5
# Usage: curl https://pyenv.run | bash
6
7
# For more info, visit: https://github.com/pyenv/pyenv-installer
8
9
index_main() {
10
set -e
- curl -s -S -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
11
+ curl -s -S -L -f https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
12
}
13
14
index_main
0 commit comments