Created
October 8, 2012 22:01
-
-
Save pnegri/3855275 to your computer and use it in GitHub Desktop.
Install SBT and Scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
wget http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.0/sbt-launch.jar | |
sudo mv sbt-launch.jar /usr/local/bin/sbt-launch.jar | |
echo "java -Xmx512M -jar /usr/local/bin/sbt-launch.jar \"\$@\"" | sudo tee /usr/local/bin/sbt | |
sudo chmod +x /usr/local/bin/sbt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment