Skip to content

Instantly share code, notes, and snippets.

@pietern
Created January 18, 2013 18:12
Show Gist options
  • Save pietern/4566771 to your computer and use it in GitHub Desktop.
Save pietern/4566771 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
[ -n "$DEBUG" ] && set -x
(
xargs sudo apt-get install -y
) <<EOS
build-essential
libcurl4-openssl-dev
zlib1g-dev
libssl-dev
libxml2-dev libxslt-dev
libsqlite3-dev
libreadline-dev
libmysqlclient-dev
libpq-dev
libexpat1-dev
EOS
sudo apt-get install -y maven2 default-jdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment