Fix installation command

pull/534/merge
Arash Fatahzade 2022-11-16 19:20:01 +03:30 committed by GitHub
parent 096acd6838
commit a7264bd5d3
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
```