Skip to content

Commit

Permalink
Fix installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
iRhonin authored Nov 16, 2022
1 parent 8b6f7ef commit 1b31f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/en/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit 1b31f5f

Please sign in to comment.