From 54905adf36b887c76dfa58115a16878dca06a669 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 26 Oct 2020 14:54:47 +0100 Subject: [PATCH] Fix python-apt install on Debian 9 --- CHANGELOG.md | 1 + install | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94cc0ca..6ec2d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), #### Fixed - Python virtualenv configuration +- Removing ssl certificate when deleting a site #### v3.13.0 - 2020-10-25 diff --git a/install b/install index 22b0352..a30dd58 100755 --- a/install +++ b/install @@ -446,7 +446,7 @@ wo_install() { source /opt/wo/bin/activate python3 -m pip install -U pip setuptools wheel if [ "$wo_linux_distro" = "Debian" ] || [ "$wo_linux_distro" = "Raspbian" ]; then - if [ "$wo_distro_codename" = "strech" ]; then + if [ "$wo_distro_codename" = "stretch" ]; then python3 -m pip install git+https://salsa.debian.org/apt-team/python-apt.git@1.4.y#egg=python-apt else python3 -m pip install git+https://salsa.debian.org/apt-team/python-apt.git@1.8.4.y#egg=python-apt