mirror of
https://github.com/XTLS/Xray-install.git
synced 2024-11-21 23:01:27 +00:00
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:
parent
046d9aa243
commit
9af684cf00
|
@ -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**
|
**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**
|
**Install & Upgrade Xray-core and geodata with `User=root`, which will overwrite `User` in existing service files**
|
||||||
|
|
Loading…
Reference in a new issue