From 07e017c9a73a876730c0af16eb0affc8fdf9afde Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 20 Sep 2022 17:46:01 +0800 Subject: [PATCH] Update lib.sh --- scripts/lib.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lib.sh b/scripts/lib.sh index 6c491a156..6aadbe183 100755 --- a/scripts/lib.sh +++ b/scripts/lib.sh @@ -104,7 +104,8 @@ fi #面板需要的库 if [ ! -f /usr/local/bin/pip3 ];then - python3 -m pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple + # python3 -m pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple + python3 -m pip install --upgrade pip setuptools wheel -i https://pypi.python.org/pypi fi pip install --upgrade pip