Created
March 18, 2020 04:46
-
-
Save cjac/3252e2e9b0c39ad06a8aaeaeabe9b4b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pkgadd -d http://get.opencsw.org/now | |
| /opt/csw/bin/pkgutil -U | |
| PKG="maven automake autoconf libtool openssl perl ninja go" | |
| PKG="${PKG} cmake gsed ggrep gawk libapr1_0" gcc4core gcc4g++ | |
| for pkg in ${PKG} | |
| do | |
| /opt/csw/bin/pkgutil -y -i ${pkg} | |
| done | |
| MVN_VERSION=3.6.3 | |
| cd /tmp/ | |
| wget "http://apache.claz.org/maven/maven-3/${MVN_VERSION}/binaries/apache-maven-${MVN_VERSION}-bin.tar.gz" | |
| cd /opt | |
| tar xfvz /tmp/apache-maven-${MVN_VERSION}-bin.tar.gz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment