Skip to content

Commit eba02cb

Browse files
committed
Merge remote-tracking branch 'skeleton/main' into develop
2 parents 3979503 + 1a2a144 commit eba02cb

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
@@ -132,7 +132,7 @@ create_virtualenv() {
132132
VIRTUALENV_PYZ="$CFG_ROOT_DIR/etc/thirdparty/virtualenv.pyz"
133133
else
134134
VIRTUALENV_PYZ="$CFG_ROOT_DIR/$VENV_DIR/virtualenv.pyz"
135-
wget -O "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL"
135+
wget -O "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL" 2>/dev/null || curl -o "$VIRTUALENV_PYZ" "$VIRTUALENV_PYZ_URL"
136136
fi
137137

138138
$PYTHON_EXECUTABLE "$VIRTUALENV_PYZ" \

0 commit comments

Comments
 (0)