修改安装源
This commit is contained in:
@@ -37,7 +37,7 @@ opkg update && opkg install curl
|
|||||||
##### ~Use curl:<br>
|
##### ~Use curl:<br>
|
||||||
|
|
||||||
```Shell
|
```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
|
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
|
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ opkg update && opkg install curl #如已安装请忽略
|
|||||||
~**使用curl安装**:<br>
|
~**使用curl安装**:<br>
|
||||||
|
|
||||||
```Shell
|
```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
|
export url='https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
|
||||||
#jsdelivrCDN源
|
#jsdelivrCDN源
|
||||||
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
|
export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user