From 80dd46f8861f701133d103464d0d1519c757fc6c Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 15 Sep 2021 18:51:43 +0200 Subject: [PATCH 1/2] 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 From efde6fd51c84146375cad912a2309678a36e8fd9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 15 Sep 2021 18:58:29 +0200 Subject: [PATCH 2/2] Update install script date --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index d6ad7ad..d1f4fb5 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.13.3 - 2021-05-20 +# Version 3.13.3 - 2021-09-15 # ------------------------------------------------------------------------- # CONTENTS