版本更新

This commit is contained in:
mo1027728827@qq.com 2022-06-02 11:49:39 +08:00
parent ecb8cce5b8
commit 1539a698b1
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="02" minver="05"
minverstr="s/ver_2/" minverstr="s/ver_2/"