From 047dde6aa8b0e75231707a50ee44a2f41368e6b7 Mon Sep 17 00:00:00 2001 From: jiangxufeng Date: Sun, 29 Sep 2019 19:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=84=9A=E6=9C=AC=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b12b7d4..258532c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ v2ray linux 客户端,使用pyqt5编写GUI界面,核心基于v2ray-core(v2ra ## 安装 方法一: ``` -bash <(curl -s -L http://cloud.thinker.ink/install.sh) +bash <(curl -s -L http://dl.thinker.ink/install.sh) ``` 方法二: @@ -43,7 +43,7 @@ bash <(curl -s -L http://cloud.thinker.ink/install.sh) ## 更新 方法一: ``` bash -bash <(curl -s -L http://cloud.thinker.ink/update.sh) +bash <(curl -s -L http://dl.thinker.ink/update.sh) ``` 方法二: @@ -53,7 +53,7 @@ bash <(curl -s -L http://cloud.thinker.ink/update.sh) ## 卸载 ``` bash -bash <(curl -s -L http://cloud.thinker.ink/uninstall.sh) +bash <(curl -s -L http://dl.thinker.ink/uninstall.sh) ``` # 展示