~优化内核下载检测机制
~替换shellclash.ga为shellclash.cf域名
This commit is contained in:
juewuy
2022-06-04 13:31:52 +08:00
parent 703b87afc7
commit 57368d1311
6 changed files with 23 additions and 18 deletions

View File

@@ -57,8 +57,8 @@ export url='https://fastly.jsdelivr.net/gh/juewuy/ShellClash@master' && wget -q
~**Use a low version of wget (prompt not to support https) local installation**:<br>
```Shell
#by shellclash.ga
export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
#by shellclash.cf
export url='http://shellclash.cf/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
```
~**After installation by non-root users**, please execute the following additional commands to read environment variables:<br>