From: Frank Brehm Date: Mon, 21 Nov 2022 13:29:58 +0000 (+0100) Subject: Updating update-env.sh X-Git-Tag: 0.7.3^2~2^2~3 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=543e872efb520722662d47b171d676b8f24872ea;p=pixelpark%2Fpp-admin-tools.git Updating update-env.sh --- diff --git a/update-env.sh b/update-env.sh index 9f3a154..47b758e 100755 --- a/update-env.sh +++ b/update-env.sh @@ -325,6 +325,8 @@ upgrade_modules() { line info "Installing and/or upgrading necessary modules …" empty_line + pip install ${PIP_OPTIONS} --upgrade --upgrade-strategy eager Babel + empty_line pip install ${PIP_OPTIONS} --upgrade --upgrade-strategy eager --requirement requirements.txt empty_line }