diff --git a/ncac/centos7/setup.sh b/ncac/centos7/setup.sh index f399ddc..070d2ce 100644 --- a/ncac/centos7/setup.sh +++ b/ncac/centos7/setup.sh @@ -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 diff --git a/ncac/setup.ini b/ncac/setup.ini index 41cface..fa8e064 100644 --- a/ncac/setup.ini +++ b/ncac/setup.ini @@ -18,7 +18,7 @@ CAC_INS=1 AUTO_START=1 ### 是否安装61850 ### -GUI_INS=0 +GUI_INS=1 ### 是否安装自带的JDK ### JDK_INS=1