mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
add changes to template
This commit is contained in:
+3
-3
@@ -562,7 +562,7 @@ BootstrapMac() {
|
|||||||
if ! hash virtualenv 2>/dev/null; then
|
if ! hash virtualenv 2>/dev/null; then
|
||||||
say "virtualenv not installed."
|
say "virtualenv not installed."
|
||||||
say "Installing with pip..."
|
say "Installing with pip..."
|
||||||
pip install --disable-pip-version-check virtualenv
|
pip install virtualenv
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1045,9 +1045,9 @@ UNLIKELY_EOF
|
|||||||
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
||||||
set +e
|
set +e
|
||||||
if [ "$VERBOSE" = 1 ]; then
|
if [ "$VERBOSE" = 1 ]; then
|
||||||
"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
||||||
else
|
else
|
||||||
PIP_OUT=`"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
PIP_OUT=`"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
||||||
fi
|
fi
|
||||||
PIP_STATUS=$?
|
PIP_STATUS=$?
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -562,7 +562,7 @@ BootstrapMac() {
|
|||||||
if ! hash virtualenv 2>/dev/null; then
|
if ! hash virtualenv 2>/dev/null; then
|
||||||
say "virtualenv not installed."
|
say "virtualenv not installed."
|
||||||
say "Installing with pip..."
|
say "Installing with pip..."
|
||||||
pip install virtualenv
|
pip install --disable-pip-version-check virtualenv
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1045,9 +1045,9 @@ UNLIKELY_EOF
|
|||||||
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
||||||
set +e
|
set +e
|
||||||
if [ "$VERBOSE" = 1 ]; then
|
if [ "$VERBOSE" = 1 ]; then
|
||||||
"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
||||||
else
|
else
|
||||||
PIP_OUT=`"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
PIP_OUT=`"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
||||||
fi
|
fi
|
||||||
PIP_STATUS=$?
|
PIP_STATUS=$?
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -330,9 +330,9 @@ UNLIKELY_EOF
|
|||||||
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
PATH="$VENV_BIN:$PATH" "$VENV_BIN/python" "$TEMP_DIR/pipstrap.py"
|
||||||
set +e
|
set +e
|
||||||
if [ "$VERBOSE" = 1 ]; then
|
if [ "$VERBOSE" = 1 ]; then
|
||||||
"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt"
|
||||||
else
|
else
|
||||||
PIP_OUT=`"$VENV_BIN/pip" install --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
PIP_OUT=`"$VENV_BIN/pip" install --disable-pip-version-check --no-cache-dir --require-hashes -r "$TEMP_DIR/letsencrypt-auto-requirements.txt" 2>&1`
|
||||||
fi
|
fi
|
||||||
PIP_STATUS=$?
|
PIP_STATUS=$?
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -39,6 +39,6 @@ BootstrapMac() {
|
|||||||
if ! hash virtualenv 2>/dev/null; then
|
if ! hash virtualenv 2>/dev/null; then
|
||||||
say "virtualenv not installed."
|
say "virtualenv not installed."
|
||||||
say "Installing with pip..."
|
say "Installing with pip..."
|
||||||
pip install virtualenv
|
pip install --disable-pip-version-check virtualenv
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user