From e6682ff46a7e285476dfd54a93fa76d2a8ae7e83 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 25 Jun 2022 23:28:45 +0800 Subject: [PATCH] Update centos.sh --- scripts/update/centos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/update/centos.sh b/scripts/update/centos.sh index 135af712d..d3759f45a 100755 --- a/scripts/update/centos.sh +++ b/scripts/update/centos.sh @@ -23,8 +23,6 @@ if [ ! -f /usr/local/bin/pip3 ];then fi - - pip install --upgrade pip cd /www/server/mdserver-web && pip3 install -r /www/server/mdserver-web/requirements.txt pip3 install gunicorn==20.1.0