Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postinstall: don't try to install pip if it's already there
On Debian 10, using our installer, `apt install bluecherry` step fails. We still want a recent certbot on Debian 10, not the extra-old deb-packaged one. ++ wget --output-document=/tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py --2024-07-05 09:34:20-- https://bootstrap.pypa.io/get-pip.py Resolving bootstrap.pypa.io (bootstrap.pypa.io)... 199.232.72.175, 2a04:4e42:52::175 Connecting to bootstrap.pypa.io (bootstrap.pypa.io)|199.232.72.175|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2277800 (2.2M) [text/x-python] Saving to: ‘/tmp/get-pip.py’ /tmp/get-pip.py 100%[==============================================================================>] 2.17M --.-KB/s in 0.06s 2024-07-05 09:34:20 (34.0 MB/s) - ‘/tmp/get-pip.py’ saved [2277800/2277800] ++ python3 /tmp/get-pip.py ERROR: This script does not work on Python 3.7. The minimum supported Python version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead. ++ return dpkg: error processing package bluecherry (--configure): installed bluecherry package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.28-10+deb10u4) ... Errors were encountered while processing: bluecherry E: Sub-process /usr/bin/dpkg returned an error code (1)
- Loading branch information