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