Skip to content

Commit

Permalink
v1.1.0正式版
Browse files Browse the repository at this point in the history
~同步各种依赖库为最新版本(20210210)
~优化各种提示信息
~增加acl4ssr谷歌精细分组规则
  • Loading branch information
juewuy committed Feb 10, 2021
1 parent be3eda3 commit 2856519
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 246 deletions.
Binary file modified bin/Country.mmdb
Binary file not shown.
273 changes: 33 additions & 240 deletions bin/ca-certificates.crt

Large diffs are not rendered by default.

Binary file modified bin/clashdb.tar.gz
Binary file not shown.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions bin/release_version
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.1.0
1.0.0beta18.2
1.0.0beta17
1.0.0beta15
Expand Down
4 changes: 2 additions & 2 deletions bin/version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
clash_v=1.3.5
clashpre_v=2020.12.27
GeoIP_v=20210208
versionsh=1.0.0beta18.7
versionsh=1.1.0
GeoIP_v=20210210
13 changes: 9 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,15 @@ gettar(){
#设置环境变量
[ -w ~/.bashrc ] && profile=~/.bashrc
[ -w /etc/profile ] && profile=/etc/profile
sed -i '/alias clash=*/'d $profile
echo "alias clash=\"$shtype $clashdir/clash.sh\"" >> $profile #设置快捷命令环境变量
sed -i '/export clashdir=*/'d $profile
echo "export clashdir=\"$clashdir\"" >> $profile #设置clash路径环境变量
if [ -n "$profile" ];then
sed -i '/alias clash=*/'d $profile
echo "alias clash=\"$shtype $clashdir/clash.sh\"" >> $profile #设置快捷命令环境变量
sed -i '/export clashdir=*/'d $profile
echo "export clashdir=\"$clashdir\"" >> $profile #设置clash路径环境变量
else
echo 无法写入环境变量!请检查安装权限!
exit 1
fi
#删除临时文件
rm -rf /tmp/clashfm.tar.gz
rm -rf $clashdir/clashservice
Expand Down

0 comments on commit 2856519

Please sign in to comment.