Skip to content

Commit

Permalink
pip install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Sep 23, 2018
1 parent bc9d6bb commit 8a71d9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion multi-v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

#设置定时升级任务
Expand Down

0 comments on commit 8a71d9c

Please sign in to comment.