Skip to content

Instantly share code, notes, and snippets.

@joestein
Created August 18, 2014 17:48
Show Gist options
  • Save joestein/6519348a41d55f6f64b4 to your computer and use it in GitHub Desktop.
Save joestein/6519348a41d55f6f64b4 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo apt-get -y update
sudo apt-get install -y software-properties-common python-software-properties curl wget git screen ntp
sudo ntpq -p
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get -y update
sudo /bin/echo debconf shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections
sudo apt-get -y install oracle-java7-installer oracle-java7-set-default
curl -sSL https://get.docker.io/ubuntu/ | sudo sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment