From 18a5e2a4061e17b4a8eacbf6ef1a609113c39afe Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 15 Sep 2021 17:34:08 +0200 Subject: [PATCH] Update install --- install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install b/install index 1c52d8d..ea12bd1 100755 --- a/install +++ b/install @@ -440,7 +440,9 @@ wo_install() { cd || exit 1 if [ -d /opt/wo/lib/python3."$python_ver"/site-packages/apt ]; then source /opt/wo/bin/activate - python3 -m pip install -U pip setuptools wheel + python3 -m pip uninstall setuptools + python3 -m pip install -I setuptools==57.5.0 + python3 -m pip install -U pip wheel else rm -rf /opt/wo python3 -m venv /opt/wo