Skip to content

Instantly share code, notes, and snippets.

@Pragith
Created May 27, 2015 06:42
Show Gist options
  • Save Pragith/f57c178f2aba09022d2d to your computer and use it in GitHub Desktop.
Save Pragith/f57c178f2aba09022d2d to your computer and use it in GitHub Desktop.
sudo apt-get remove scala-library scala
wget http://www.scala-lang.org/files/archive/scala-2.11.6.deb
sudo dpkg -i scala-2.11.6.deb
sudo apt-get update
sudo apt-get install scala
wget http://dl.bintray.com/sbt/debian/sbt-0.13.8.deb
sudo dpkg -i sbt-0.13.8.deb
sudo apt-get update
sudo apt-get install sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment