From 8430c1cd90c2046d30f06850c1640a8416034869 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 26 Mar 2024 13:32:43 +0000 Subject: [PATCH] Users stuff --- distro/scripts/root_cots.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh index 1deb74f..33904b5 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -14,9 +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 imake.x86_64 && \ - #yum -y install tcl-devel.x86_64 && \ yum -y install wget.x86_64 && \ yum -y install flex-devel.x86_64 && \ yum -y install autoconf.noarch && \ @@ -34,7 +32,9 @@ install() yum -y install perl-Getopt-Long.noarch && \ yum -y install perl-XML-Simple.noarch && \ yum -y install perl-CPAN.noarch && \ - yum -y update perl-CPAN.noarch + yum -y update perl-CPAN.noarch && \ + yum -y install java-1.8.0-openjdk-devel.x86_64 + #yum -y install tcl-devel.x86_64 && \ } install -- GitLab