Merge pull request #495 from iRhonin/patch-1

Fix installation command
pull/534/merge
mack-a 2022-11-17 09:44:00 +08:00 committed by GitHub
commit 33aa6ba585
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
- Latest Version [recommended]
```
wget -P/root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/install_en.sh" && chmod 700/root/install.sh &&/root/install.sh
wget -P/root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/install_en.sh" && mv /root/install_en.sh /root/install.sh && chmod 700 /root/install.sh &&/root/install.sh
```