This commit is contained in:
13038267101 2022-11-24 16:57:39 +08:00
commit 2cbd228077
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ fi
ver3=$[$ver3 * 10]
if [ "$cpu" == "x86_64" ]; then
ver3=$[$ver3 + 1]
ver3=$[$ver3 + 5]
elif [ "$cpu" == "aarch64" ]; then
ver3=$[$ver3 + 2]
elif [ "$cpu" == "mips64" ]; then