From b5d8d3faa95c38249fb90a7274147cda9f3668b3 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 26 Mar 2024 15:02:19 +0000 Subject: [PATCH] Users stuff --- distro/scripts/root_cots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh index 33904b5..8fe005a 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -33,7 +33,7 @@ install() yum -y install perl-XML-Simple.noarch && \ yum -y install perl-CPAN.noarch && \ yum -y update perl-CPAN.noarch && \ - 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 tcl-devel.x86_64 && \ } -- GitLab