From 80dd46f8861f701133d103464d0d1519c757fc6c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 15 Sep 2021 18:51:43 +0200 Subject: [PATCH] Update install --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index 9a6aec1..d6ad7ad 100755 --- a/install +++ b/install @@ -440,14 +440,14 @@ 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 uninstall setuptools + python3 -m pip uninstall setuptools -y 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 source /opt/wo/bin/activate - python3 -m pip uninstall setuptools + python3 -m pip uninstall setuptools -y python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -U pip wheel if [ "$wo_linux_distro" = "Debian" ] || [ "$wo_linux_distro" = "Raspbian" ]; then @@ -499,14 +499,14 @@ wo_travis_install() { if [ -f ./setup.py ]; then if [ -d /opt/wo/lib/python3."$python_ver"/site-packages/apt ]; then source /opt/wo/bin/activate - python3 -m pip uninstall setuptools + python3 -m pip uninstall setuptools -y 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 source /opt/wo/bin/activate - python3 -m pip uninstall setuptools + python3 -m pip uninstall setuptools -y python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -U pip wheel if [ "$wo_linux_distro" = "Debian" ] || [ "$wo_linux_distro" = "Raspbian" ]; then