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 ec67f96 commit 2128e9aCopy full SHA for 2128e9a
update.sh
@@ -34,7 +34,7 @@ fi
34
versions=( "${versions[@]%/}" )
35
36
pipVersion="$(curl -fsSL 'https://pypi.org/pypi/pip/json' | jq -r .info.version)"
37
-getPipCommit="$(curl -fsSL 'https://github.com/pypa/get-pip/commits/master/get-pip.py.atom' | tac|tac | awk -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"
+getPipCommit="$(curl -fsSL 'https://github.com/pypa/get-pip/commits/main/get-pip.py.atom' | tac|tac | awk -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"
38
getPipUrl="https://github.com/pypa/get-pip/raw/$getPipCommit/get-pip.py"
39
getPipSha256="$(curl -fsSL "$getPipUrl" | sha256sum | cut -d' ' -f1)"
40
0 commit comments