diff --git a/documents/en/README_EN.md b/documents/en/README_EN.md index 18099a8..b5a1045 100644 --- a/documents/en/README_EN.md +++ b/documents/en/README_EN.md @@ -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 ```