Update lib.sh

pull/393/head
midoks 2 years ago
parent 0993adcc5f
commit 391473fc14
  1. 2
      scripts/lib.sh

@ -61,7 +61,7 @@ if [ "$LOCAL_ADDR" != "common" ];then
PIPSRC="https://pypi.tuna.tsinghua.edu.cn/simple"
fi
echo "pypi source:{$PIPSRC}"
echo "pypi source:$PIPSRC"
#面板需要的库
if [ ! -f /usr/local/bin/pip3 ] && [ ! -f /usr/bin/pip3 ];then
python3 -m pip install --upgrade pip setuptools wheel -i $PIPSRC

Loading…
Cancel
Save