版本号变更

This commit is contained in:
13038267101 2022-08-12 16:02:00 +08:00
parent ec4e698e56
commit 05f53cc6be
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ fi
if [ "$oem" == "lsc" ] || [ "$oem" == "lscweb" ] ;then if [ "$oem" == "lsc" ] || [ "$oem" == "lscweb" ] ;then
ver3=16
elif [ "$oem" == "hw" ] || [ "$oem" == "hwweb" ] ;then
ver3=14 ver3=14
elif [ "$oem" == "hw" ] || [ "$oem" == "hwweb" ] ;then
ver3=16
fi fi
ver3=$[$ver3 * 10] ver3=$[$ver3 * 10]
if [ "$cpu" == "x86_64" ]; then if [ "$cpu" == "x86_64" ]; then