Update version, fix psutil install
This commit is contained in:
5
install
5
install
@@ -9,7 +9,7 @@
|
||||
# -------------------------------------------------------------------------
|
||||
# wget -qO wo wops.cc && sudo -E bash wo
|
||||
# -------------------------------------------------------------------------
|
||||
# Version 3.16.0 - 2022-12-22
|
||||
# Version 3.16.0 - 2022-12-23
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# CONTENTS
|
||||
@@ -445,7 +445,7 @@ wo_install() {
|
||||
python3 -m pip uninstall setuptools -y
|
||||
python3 -m pip install -I setuptools==57.5.0
|
||||
python3 -m pip install -U pip wheel
|
||||
python3 -m pip uninstall psutil
|
||||
python3 -m pip uninstall psutil -y
|
||||
else
|
||||
rm -rf /opt/wo
|
||||
python3 -m venv /opt/wo
|
||||
@@ -510,6 +510,7 @@ wo_travis_install() {
|
||||
python3 -m pip uninstall setuptools -y
|
||||
python3 -m pip install -I setuptools==57.5.0
|
||||
python3 -m pip install -U pip wheel
|
||||
python3 -m pip uninstall psutil -y
|
||||
else
|
||||
rm -rf /opt/wo
|
||||
python3 -m venv /opt/wo
|
||||
|
||||
@@ -8,7 +8,7 @@ VERSION = WOVar.wo_version
|
||||
|
||||
BANNER = """
|
||||
WordOps v%s
|
||||
Copyright (c) 2022 WordOps.
|
||||
Copyright (c) 2023 WordOps.
|
||||
""" % VERSION
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user