source: local/greenstone3/windows-64bit/PREPARE-JDK8.sh@ 35713

Last change on this file since 35713 was 35713, checked in by davidb, 3 years ago

Some work to bring the cygwin friendly '.sh' version up to date with the .bat version for JDK (note still need to do the same for Perl5)

File size: 231 bytes
Line 
1#!/bin/bash
2
3unzip zulu8.56.0.21-ca-jdk8.0.302-win_x64.zip \
4 && mv zulu8.56.0.21-ca-jdk8.0.302-win_x64 zulu-jdk8-64bit
5
6if [ $? = 0 ] ; then
7 echo "Unzipped JDK8 and renamed the directory to:"
8 echo " zulu-jdk8-64bit"
9fi
10
Note: See TracBrowser for help on using the repository browser.