From d49b36fe2f38cbd08903390e866b33380859046a Mon Sep 17 00:00:00 2001 From: light-d <56663252+light-d@users.noreply.github.com> Date: Thu, 26 Aug 2021 01:56:53 +0800 Subject: [PATCH] Update README_CN.md line67 install_n.sh is not available, use install.sh instead --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index d77b2c4..d22ae68 100644 --- a/README_CN.md +++ b/README_CN.md @@ -64,7 +64,7 @@ export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && wget -q --n ```sh #Test版本-酱紫表私人http源 -export url='http://sc.qust.me/' && wget -q -O /tmp/install.sh $url/install_n.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null +export url='http://sc.qust.me/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null ``` ~**非root用户安装后**请额外执行以下命令以读取环境变量: