Skip to content

Instantly share code, notes, and snippets.

@phosphene
Created October 28, 2015 20:25
Show Gist options
  • Save phosphene/43a64dd38191d08109ba to your computer and use it in GitHub Desktop.
Save phosphene/43a64dd38191d08109ba to your computer and use it in GitHub Desktop.
scala and sbt install on ubuntu
sudo wget www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
sudo wget https://bintray.com/artifact/download/sbt/debian/sbt-0.13.9.deb
sudo dpkg -i sbt-0.13.9.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment