dev 路径调整为 master

This commit is contained in:
zjcqoo 2019-05-27 19:19:48 +08:00
parent a7caf169e2
commit 7b5097d859
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ https://zjcqoo.github.io/-----https://www.google.com
# 安装
```bash
curl -O https://raw.githubusercontent.com/EtherDream/jsproxy/dev/i.sh && bash i.sh
curl -O https://raw.githubusercontent.com/EtherDream/jsproxy/master/i.sh && bash i.sh
```
* 自动安装目前只支持 Linux x64并且需要 root 权限

2
i.sh
View File

@ -2,7 +2,7 @@
BIN_URL=https://raw.githubusercontent.com/EtherDream/jsproxy-bin/master/
JSPROXY_VER=dev
JSPROXY_VER=master
OPENRESTY_VER=1.15.8.1
SUPPORTED_OS="Linux-x86_64"