修改安装源

This commit is contained in:
juewuy 2021-12-20 14:54:31 +08:00
parent b4bddc4f0e
commit cbef3d139c
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ opkg update && opkg install curl
##### ~Use curl:<br>
```Shell
#By github
#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
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null

View File

@ -47,7 +47,7 @@ opkg update && opkg install curl #如已安装请忽略
~**使用curl安装**<br>
```Shell
#github直连
#github-CDN源
export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
#jsdelivrCDN源
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null