From 8622cdf617d36d19228db6e38aa9fb0bda87fab4 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Tue, 26 Mar 2024 15:06:11 +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 8fe005a..980c2cc 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -32,7 +32,7 @@ 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 && \ } -- GitLab