Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
修改脚本远程地址
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxufeng committed Sep 29, 2019
1 parent 8ab90d5 commit 047dde6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

方法二:
Expand All @@ -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)
```

方法二:
Expand All @@ -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)
```

# 展示
Expand Down

0 comments on commit 047dde6

Please sign in to comment.