Always use latest script rather than a local cached script.

pull/152/head
IceCodeNew 2020-09-30 18:07:56 +08:00
parent 772b160874
commit 617ab1bd07
2 changed files with 6 additions and 10 deletions

View File

@ -33,22 +33,20 @@ installed: /etc/systemd/system/v2ray@.service
```
// 安裝執行檔和 .dat 資料檔
# curl -LROJ https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh
# bash install-release.sh
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
```
### 安裝最新發行的 geoip.dat 和 geosite.dat
```
// 只更新 .dat 資料檔
# curl -LROJ https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh
# bash install-dat-release.sh
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
```
### 移除 V2Ray
```
# bash install-release.sh --remove
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
```
### 解決問題

View File

@ -33,22 +33,20 @@ installed: /etc/systemd/system/v2ray@.service
```
// 安装可执行文件和 .dat 数据文件
# curl -LROJ https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh
# bash install-release.sh
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
```
### 安装最新发行的 geoip.dat 和 geosite.dat
```
// 只更新 .dat 数据文件
# curl -LROJ https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh
# bash install-dat-release.sh
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh)
```
### 移除 V2Ray
```
# bash install-release.sh --remove
# bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --remove
```
### 解决问题