From 7b5097d8594f6b0cce7ae3a9c21d2a0a0b6d86ef Mon Sep 17 00:00:00 2001 From: zjcqoo Date: Mon, 27 May 2019 19:19:48 +0800 Subject: [PATCH] =?UTF-8?q?dev=20=E8=B7=AF=E5=BE=84=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- i.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab10350..8ba16e9 100644 --- a/README.md +++ b/README.md @@ -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 权限 diff --git a/i.sh b/i.sh index 892e24e..1027037 100755 --- a/i.sh +++ b/i.sh @@ -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"