修改安装描述

This commit is contained in:
juewuy
2022-01-30 15:23:26 +08:00
parent 8cbc6e64f8
commit 251a5614fb
2 changed files with 8 additions and 4 deletions

View File

@@ -37,10 +37,12 @@ opkg update && opkg install curl
##### ~Use curl:<br>
```Shell
#By github-CDN
#by github-CDN
export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
#By jsdelivrCDN
#by jsdelivrCDN
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
#by myserver
export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
```
##### ~Use wget<br>