diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh index 42ac855135e6fb2a68b99f82a0b1c975983d0ce3..b7690a78b6260fc83ccfabb930a98003e5fb16c7 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -14,7 +14,7 @@ install() yum -y install flex.x86_64 && \ yum -y install bc.x86_64 && \ yum -y install unzip.x86_64 && \ - yum -y install java-1.8.0-openjdk-devel.x86_64 && \ + #yum -y install java-1.8.0-openjdk-devel.x86_64 && \ yum -y install imake.x86_64 && \ yum -y install tcl-devel.x86_64 && \ yum -y install wget.x86_64 && \