download get-pip silently

This commit is contained in:
Casey Faist
2019-09-12 14:31:09 -07:00
parent a013e54769
commit a80f2be020
+1 -1
View File
@@ -101,7 +101,7 @@ fi
# https://github.com/pypa/get-pip
GETPIP="https://lang-python.s3.amazonaws.com/etc/get-pip.py"
if ! curl "${GETPIP}" -o "$ROOT_DIR/get-pip.py"; then
if ! curl -s "${GETPIP}" -o "$ROOT_DIR/get-pip.py" &> /dev/null; then
mcount "failure.python.get-pip"
echo "Failed to pull down get-pip"
exit 1