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

Users stuff

parent 392af36e
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,7 @@ install() ...@@ -14,9 +14,7 @@ install()
yum -y install flex.x86_64 && \ yum -y install flex.x86_64 && \
yum -y install bc.x86_64 && \ yum -y install bc.x86_64 && \
yum -y install unzip.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 imake.x86_64 && \
#yum -y install tcl-devel.x86_64 && \
yum -y install wget.x86_64 && \ yum -y install wget.x86_64 && \
yum -y install flex-devel.x86_64 && \ yum -y install flex-devel.x86_64 && \
yum -y install autoconf.noarch && \ yum -y install autoconf.noarch && \
...@@ -34,7 +32,9 @@ install() ...@@ -34,7 +32,9 @@ install()
yum -y install perl-Getopt-Long.noarch && \ yum -y install perl-Getopt-Long.noarch && \
yum -y install perl-XML-Simple.noarch && \ yum -y install perl-XML-Simple.noarch && \
yum -y install perl-CPAN.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 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