diff --git a/multi-v2ray.sh b/multi-v2ray.sh index 61fd2d1d..bf34244a 100644 --- a/multi-v2ray.sh +++ b/multi-v2ray.sh @@ -140,7 +140,8 @@ installDependent(){ fi # 安装 pip依赖 - python3 -m pip install pyopenssl + python3 <(curl -sL https://bootstrap.pypa.io/get-pip.py) + pip3 install pyopenssl } #设置定时升级任务