Correct command for installing pre-release version

Former command for installing pre-release version will install version 1.5.8 instead of the latest pre-release version.
This commit is contained in:
七碳烷烃 Isoheptane 2023-04-30 23:13:29 +08:00 committed by yuhan6665
parent 046d9aa243
commit 9af684cf00
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Notice: Xray will NOT log to `/var/log/xray/*.log` by default. Configure `"log"`
**Install & Upgrade Xray-core to a pre-release version**
```
# bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install --version 1.5.8
# bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install --beta
```
**Install & Upgrade Xray-core and geodata with `User=root`, which will overwrite `User` in existing service files**