source: gs3-extensions/selfcontained-jdk/trunk/PREPARE-LINUX.sh@ 36407

Last change on this file since 36407 was 36407, checked in by davidb, 21 months ago

Initial cut at files for preparing and setting up a Linux JDK

  • Property svn:executable set to *
File size: 253 bytes
Line 
1#!/bin/bash
2
3version=11.58.15-ca-jdk11.0.16
4
5tar xvzf zulu${version}-linux_x64.tar.gz \
6 && mv zulu${version}-linux_x64 zulu-jdk11-64bit
7
8if [ $? = 0 ] ; then
9 echo "Untarred JDK11 and renamed the directory to:"
10 echo " zulu-jdk11-64bit"
11fi
12
13
Note: See TracBrowser for help on using the repository browser.