This commit is contained in:
luoliangyi 2022-06-07 17:24:08 +08:00
parent ff70e5c9b8
commit 0399c85d4e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cpu=$(arch) #cpu架构
sys=$(cat /etc/issue) sys=$(cat /etc/issue)
sys=${sys%% *} #操作系统 sys=${sys%% *} #操作系统
mainverstr="s/ver_1/4/g" #版本控制 mainverstr="s/ver_1/4/g" #版本控制
minver="05" minver="06"
minverstr="s/ver_2/" minverstr="s/ver_2/"