Skip to content

Commit 70b22f3

Browse files
committed
Merge remote-tracking branch 'skeleton/main' into main
2 parents f41065c + 1a2a144 commit 70b22f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ create_virtualenv() {
130130
VIRTUALENV_PYZ="$CFG_ROOT_DIR/etc/thirdparty/virtualenv.pyz"
131131
else
132132
VIRTUALENV_PYZ="$CFG_ROOT_DIR/$VENV_DIR/virtualenv.pyz"
133-
wget -O "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL"
133+
wget -O "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL" 2>/dev/null || curl -o "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL"
134134
fi
135135

136136
$PYTHON_EXECUTABLE "$VIRTUALENV_PYZ" \

0 commit comments

Comments
 (0)