Change get script method to wget

This commit is contained in:
misakano7545
2022-04-30 16:54:52 +08:00
parent de81b1cda7
commit c0531a96c8
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Find the source code here: [XrayR-project/XrayR](https://github.com/XrayR-projec
# 一键安装
```
bash <(curl -Ls https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh)
wget -N https://raw.githubusercontent.com/XrayR-project/XrayR-release/master/install.sh && bash install.sh
```
# Docker 安装