Browse Source

调整为 master 路径

zjcqoo 6 years ago
parent
commit
e0ef44b30e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      i.sh

+ 1 - 1
README.md

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

+ 1 - 1
i.sh

@@ -2,7 +2,7 @@
 
 { # this ensures the entire script is downloaded #
 
-JSPROXY_VER=dev
+JSPROXY_VER=master
 OPENRESTY_VER=1.15.8.1
 
 SRC_URL=https://raw.githubusercontent.com/EtherDream/jsproxy/$JSPROXY_VER