Skip to content

Commit

Permalink
Make sure pip-installed certbot gets upgraded on bluecherry package u…
Browse files Browse the repository at this point in the history
…pdate

This is to get it upgraded from a pre-2.7.0 version which exhibits a bug
#629
  • Loading branch information
andrey-utkin committed Nov 28, 2023
1 parent f0f4472 commit c0ccc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0ccc60

Please sign in to comment.