diff --git a/bin/clashfm.tar.gz b/bin/clashfm.tar.gz index 9cb2312..d552e76 100644 Binary files a/bin/clashfm.tar.gz and b/bin/clashfm.tar.gz differ diff --git a/bin/version b/bin/version index fb95dde..ebce531 100644 --- a/bin/version +++ b/bin/version @@ -1,2 +1,2 @@ GeoIP_v=20200917 -versionsh=1.0.0beta10 +versionsh=1.0.0beta10fix1 diff --git a/scripts/getdate.sh b/scripts/getdate.sh index b87918b..92e26ac 100644 --- a/scripts/getdate.sh +++ b/scripts/getdate.sh @@ -309,7 +309,7 @@ cputype=$(uname -ms | tr ' ' '_' | tr '[A-Z]' '[a-z]') [ -n "$(echo $cputype | grep -E "linux.*x86_64.*")" ] && cpucore="amd64" if [ -n "$(echo $cputype | grep -E "linux.*mips.*")" ];then cpucore="mipsle-softfloat" - [ -n "$(uname -a | grep -E "*M2100*")" ] && cpucore="mipsle-hardfloat" + [ -n "$(uname -a | grep -E "M2100")" ] && cpucore="mipsle-hardfloat" fi ### echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~