Skip to content

Instantly share code, notes, and snippets.

@nebhale
Created July 9, 2014 17:42
Show Gist options
  • Save nebhale/535204342df9b5e26938 to your computer and use it in GitHub Desktop.
Save nebhale/535204342df9b5e26938 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Copyright 2014 Pivotal Software, Inc. All Rights Reserved.
set -e
VERSION=1.8.0_05
tar xzf "${BOSH_COMPILE_TARGET}/java/openjdk-${VERSION}.tar.gz" --strip 1 -C "${BOSH_INSTALL_TARGET}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment