Skip to content

Instantly share code, notes, and snippets.

@samklr
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samklr/335acf2251c288d0684a to your computer and use it in GitHub Desktop.
Save samklr/335acf2251c288d0684a to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo add-apt-repository ppa:webupd8team/java -y && apt-get update && \
echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections && \
apt-get install -y oracle-java8-installer
wget https://dl.bintray.com/sbt/debian/sbt-0.13.8.deb
sudo dpkg -i sbt-0.13.8.deb
rm sbt-0.13.8.deb
sudo apt-get install -y maven git curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment