Skip to content
Snippets Groups Projects
Commit 7ca5f5de authored by Scott Mindock's avatar Scott Mindock
Browse files

trial

parent 2281f418
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment