From e470ef2b7ce0b2d86c14fbdb42f838a479b498bd Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jun 2022 18:06:15 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/update/ubuntu.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/update/ubuntu.sh b/scripts/update/ubuntu.sh index 3936cb5c8..5515c9114 100644 --- a/scripts/update/ubuntu.sh +++ b/scripts/update/ubuntu.sh @@ -21,9 +21,6 @@ chmod 755 /www/server/mdserver-web/data cd /www/server/mdserver-web && python3 -m venv . -pip3 install gevent flask gunicorn flask_caching flask_session -pip3 install flask_socketio gevent-websocket psutil - if [ ! -f /usr/local/bin/pip3 ];then python3 -m pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple fi