Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
~调整安装初始化流程
~优化下载更新流程
~修复下载更新相关bug
  • Loading branch information
juewuy committed Aug 15, 2020
1 parent 454f885 commit 235886c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bin/clashfm.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/clash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
getconfig(){
#服务器地址
if [ -z "$update_url" ]; then
update_url=https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi
update_url=https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi@latest
fi
#文件路径
if [ -z "$clashdir" ];then
Expand Down
2 changes: 1 addition & 1 deletion scripts/getdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ if [ -z $num ]; then
echo -e "\033[31m请输入正确的数字!\033[0m"
update
elif [[ $num == 1 ]]; then
update_url="https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi"
update_url="https://cdn.jsdelivr.net/gh/juewuy/clash-for-Miwifi@latest"
elif [[ $num == 9 ]]; then
update_url="https://juewuy.xyz/clash"
elif [[ $num == 2 ]]; then
Expand Down

0 comments on commit 235886c

Please sign in to comment.