mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v1.4.6
~添加个人服务器安装源及sub源 ~更新安装说明
This commit is contained in:
parent
cbef3d139c
commit
600305c39b
|
@ -63,8 +63,8 @@ export url='https://cdn.jsdelivr.net/gh/juewuy/ShellClash@master' && wget -q --n
|
|||
~**使用低版本wget(提示不支持https)安装**:<br>
|
||||
|
||||
```sh
|
||||
#Test版本-酱紫表私人http源
|
||||
export url='http://sc.qust.me/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
|
||||
#Test版本-作者私人http源
|
||||
export url='http://shellclash.ga/' && wget -q -O /tmp/install.sh $url/install.sh && sh /tmp/install.sh && source /etc/profile &> /dev/null
|
||||
```
|
||||
|
||||
~**非root用户安装后**请额外执行以下命令以读取环境变量:<br>
|
||||
|
|
Binary file not shown.
|
@ -2,4 +2,4 @@ clashnet_v=1.7.3
|
|||
clash_v=1.7.1
|
||||
clashpre_v=2021.09.15
|
||||
GeoIP_v=202112030302
|
||||
versionsh=1.4.6
|
||||
versionsh=1.4.7
|
||||
|
|
|
@ -44,8 +44,8 @@ linkserver(){
|
|||
echo 1 subcon.dlj.tf
|
||||
echo 2 api.dler.io
|
||||
echo 3 api.wcc.best
|
||||
echo 4 api2.tsutsu.cc
|
||||
echo 5 api.v1.mk
|
||||
echo 4 sub.id9.cc
|
||||
echo 5 sub.shellclash.ga
|
||||
echo -----------------------------------------------
|
||||
echo 0 返回上级菜单
|
||||
read -p "请输入对应数字 > " num
|
||||
|
@ -702,7 +702,7 @@ setserver(){
|
|||
echo -e " 1 \033[32m正式版\033[0m&Jsdelivr-CDN源(推荐)"
|
||||
echo -e " 2 \033[36m测试版\033[0m&Jsdelivr-CDN源"
|
||||
echo -e " 3 \033[36m测试版\033[0m&Github源(需开启clash服务)"
|
||||
[ -z "$(curl -V 2>/dev/null)" ] && [ -n "$(wget -V 2>&1 | grep BusyBox)" ] && echo -e " 4 \033[33mHttp专用源\033[0m@Qust.me(感谢\033[32m酱紫表\033[0m提供及维护)"
|
||||
[ -z "$(curl -V 2>/dev/null)" ] && [ -n "$(wget -V 2>&1 | grep BusyBox)" ] && echo -e " 4 \033[33mHttp专用源\033[0m"
|
||||
echo -e " 5 自定义源地址(用于本地源或自建源)"
|
||||
echo -e " 6 \033[31m版本回退\033[0m"
|
||||
echo -e " 0 返回上级菜单"
|
||||
|
@ -719,7 +719,7 @@ setserver(){
|
|||
update_url='https://raw.githubusercontent.com/juewuy/ShellClash/master'
|
||||
saveserver
|
||||
elif [ "$num" = 4 ]; then
|
||||
update_url='http://sc.qust.me'
|
||||
update_url='http://shellclash.ga'
|
||||
saveserver
|
||||
elif [ "$num" = 5 ]; then
|
||||
echo -----------------------------------------------
|
||||
|
|
|
@ -96,8 +96,8 @@ getyaml(){
|
|||
subcon.dlj.tf
|
||||
api.dler.io
|
||||
api.wcc.best
|
||||
sub.lpy.pw
|
||||
sub.id9.cc
|
||||
sub.shellclash.ga
|
||||
EOF`
|
||||
Config=`sed -n ""$rule_link"p"<<EOF
|
||||
https://raw.githubusercontent.com/ACL4SSR/ACL4SSR/master/Clash/config/ACL4SSR_Online_NoReject.ini
|
||||
|
|
Loading…
Reference in New Issue
Block a user