Skip to content

Instantly share code, notes, and snippets.

@jkopczyn
Forked from bigsnarfdude/gist:b2eb1cabfdaf7e62a8fc
Last active August 29, 2015 14:21
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 jkopczyn/446e5a35d4768536a1fd to your computer and use it in GitHub Desktop.
Save jkopczyn/446e5a35d4768536a1fd to your computer and use it in GitHub Desktop.
# scala install
wget www.scala-lang.org/files/archive/scala-2.11.1.deb
sudo dpkg -i scala-2.11.1.deb
# sbt installation
wget wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.1/sbt.deb
sudo dpkg -i sbt.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment