From 7ca5f5de80d369318e50a4850a43fbd1b76e9662 Mon Sep 17 00:00:00 2001
From: Scott Mindock <srmindock@wisc.edu>
Date: Mon, 25 Mar 2024 17:02:56 +0000
Subject: [PATCH] trial

---
 distro/scripts/root_cots.sh | 39 +++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100755 distro/scripts/root_cots.sh

diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh
new file mode 100755
index 0000000..da510c0
--- /dev/null
+++ b/distro/scripts/root_cots.sh
@@ -0,0 +1,39 @@
+#!/bin/bash
+
+install()
+{
+	yum -y install openssl-devel.x86_64 && \
+    yum -y install patch && \
+    yum -y install csh && \
+    yum -y install zlib-devel.x86_64 && \
+    yum -y install bzip2-devel.x86_64 && \
+    yum -y install libXt-devel.x86_64 && \
+    yum -y install expat-devel.x86_64 && \
+    yum -y install bison.x86_64 && \
+    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 && \
+    yum -y install automake.noarch && \
+    yum -y install git.x86_64 && \
+    yum -y install ksh.x86_64 && \
+    yum -y install icu.x86_64 && \
+    yum -y install glibc-static.x86_64 && \
+    yum -y install perl-devel.x86_64 && \
+    yum -y install perl-YAML.noarch && \
+    yum -y install perl-Exporter.noarch && \
+    yum -y install perl-Data-Dumper.x86_64 && \
+    yum -y install perl-XML-Parser.x86_64 && \
+    yum -y install perl-XML-LibXML.x86_64 && \
+    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 
+}
+
+install
-- 
GitLab