Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hophacker/7d11714d7b7aa5448c08772f11de9710 to your computer and use it in GitHub Desktop.

Select an option

Save hophacker/7d11714d7b7aa5448c08772f11de9710 to your computer and use it in GitHub Desktop.

Revisions

  1. @osipov osipov created this gist Jul 21, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    sudo apt-get remove scala-library scala
    sudo wget www.scala-lang.org/files/archive/scala-2.10.4.deb
    sudo dpkg -i scala-2.10.4.deb
    sudo apt-get update
    sudo apt-get install scala
    wget http://scalasbt.artifactoryonline.com/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.12.4/sbt.deb
    sudo dpkg -i sbt.deb
    sudo apt-get update
    sudo apt-get install sbt