From c0ccc6096e0175a193ad263875763849744d0bed Mon Sep 17 00:00:00 2001 From: Andriy Utkin Date: Tue, 28 Nov 2023 22:58:42 +0000 Subject: [PATCH] Make sure pip-installed certbot gets upgraded on bluecherry package update This is to get it upgraded from a pre-2.7.0 version which exhibits a bug https://github.com/bluecherrydvr/bluecherry-apps/issues/629 --- misc/postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/postinstall.sh b/misc/postinstall.sh index 12157cbe..0708449a 100755 --- a/misc/postinstall.sh +++ b/misc/postinstall.sh @@ -415,7 +415,7 @@ case "$1" in install_pip # Install pip3 dependencies - /usr/local/bin/pip3 install --user setuptools_rust certbot certbot-dns-subdomain-provider + /usr/local/bin/pip3 install --user --upgrade setuptools_rust certbot certbot-dns-subdomain-provider /usr/local/bin/pip3 install --user --upgrade pip /usr/local/bin/pip3 install --user --upgrade cryptography /usr/local/bin/pip3 install pyopenssl --upgrade