Skip to content

Instantly share code, notes, and snippets.

@kamalbanga
Last active August 29, 2015 14:13
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 kamalbanga/374460eeabb8e58eb820 to your computer and use it in GitHub Desktop.
Save kamalbanga/374460eeabb8e58eb820 to your computer and use it in GitHub Desktop.
Installation commands by Ajay the Ultimate.

SBT

echo "deb http://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list

sudo apt-get update

sudo apt-get install sbt

Java

sudo apt-get update

sudo apt-get install openjdk-{7/6}-jdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment