~添加个人服务器安装源及sub源
~更新安装说明
This commit is contained in:
juewuy
2021-12-20 20:33:31 +08:00
parent cbef3d139c
commit 600305c39b
5 changed files with 8 additions and 8 deletions

View File

@@ -63,8 +63,8 @@ export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && wget -q --n
~**使用低版本wget提示不支持https安装**<br>
```sh
#Test版本-酱紫表私人http源
export url='http://sc.qust.me/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
#Test版本-作者私人http源
export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
```
~**非root用户安装后**请额外执行以下命令以读取环境变量:<br>