This commit is contained in:
13038267101 2022-11-24 17:58:42 +08:00
parent 56b9aa0d38
commit e737d1abf6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ ver3=18
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