From 76a24bee7aca5e9ad15d7c15db57c80cd7cfaa1a Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 12 Mar 2022 16:25:30 +0800 Subject: [PATCH] =?UTF-8?q?v1.5.4=20~=E5=A2=9E=E5=8A=A02=E4=B8=AA=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E6=9B=B4=E6=96=B0=E6=BA=90=20~=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E4=B8=AD=E5=A2=9E=E5=8A=A0=E5=B0=8F=E7=B1=B3=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=90=AF=E7=94=A8SSH=E5=8A=9F=E8=83=BD=20~?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC=EF=BC=8C?= =?UTF-8?q?=E5=B0=A4=E5=85=B6=E6=98=AF=E5=85=AC=E7=BD=91=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E9=83=A8=E5=88=86=20~=E6=B5=81=E5=AA=92=E4=BD=93=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E4=BC=98=E5=8C=96=EF=BC=8C=E5=85=A8=E9=9D=A2=E5=85=BC?= =?UTF-8?q?=E5=AE=B9Linux=E8=AE=BE=E5=A4=87=20~=E4=BF=9D=E5=AE=88=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=90=AF=E5=8A=A8=E4=BC=98=E5=8C=96=20~=E5=8D=8E?= =?UTF-8?q?=E7=A1=95armv7=E8=AE=BE=E5=A4=87=E6=94=B9=E4=B8=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8armv5=E5=86=85=E6=A0=B8=E4=BB=A5=E9=98=B2=E6=AD=A2?= =?UTF-8?q?=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README_CN.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bb589e8..87dd0c4 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ opkg update && opkg install curl ##### ~Use curl:
```Shell -#by github-CDN +#by ghproxy.com +export url='https://ghproxy.com/https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null +#by github 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 -#by myserver -export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ##### ~Use wget:
diff --git a/README_CN.md b/README_CN.md index 27f6bfa..0e08dbf 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,12 +47,12 @@ opkg update && opkg install curl #如已安装请忽略 ~**使用curl安装**:
```Shell +#ghproxy.com加速 +export url='https://ghproxy.com/https://raw.githubusercontent.com/juewuy/ShellClash/master' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null #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 -#作者私人http源 -export url='http://shellclash.ga/' && sh -c "$(curl -kfsSl $url/install.sh)" && source /etc/profile &> /dev/null ``` ~**使用wget安装**: