Skip to content

Instantly share code, notes, and snippets.

@achin
Created October 30, 2013 12:19
Show Gist options
  • Save achin/7231714 to your computer and use it in GitHub Desktop.
Save achin/7231714 to your computer and use it in GitHub Desktop.
# abort script on any command that exit with a non zero value
set -e
apt-get -q -y install libcap-dev libbz2-dev
tar xvf genisoimage/cdrkit-1.1.11.tar.gz
cd cdrkit-1.1.11
make
cp -a build/genisoimage/genisoimage $BOSH_INSTALL_TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment