build: 默认还是安装GUI

main
huangfeng 8 months ago
parent 9287c067ac
commit e78f70076d

@ -6,8 +6,6 @@ sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo
sed -i 's#SELINUX=enforcing#SELINUX=disabled#' /etc/selinux/config
#################### init system env ################################################
### 检测操作系统位数,如果非64位操作系统,则退出
SYSBIT=`getconf LONG_BIT`
if [ X"${SYSBIT}" != X"64" ]; then

@ -18,7 +18,7 @@ CAC_INS=1
AUTO_START=1
### 是否安装61850 ###
GUI_INS=0
GUI_INS=1
### 是否安装自带的JDK ###
JDK_INS=1

Loading…
Cancel
Save