Skip to content

Instantly share code, notes, and snippets.

@calufa
Created June 22, 2016 02:32
Show Gist options
  • Save calufa/8aca91f32cec6f5327b4898e2db893bb to your computer and use it in GitHub Desktop.
Save calufa/8aca91f32cec6f5327b4898e2db893bb to your computer and use it in GitHub Desktop.
# scala install
wget www.scala-lang.org/files/archive/scala-2.11.7.deb
sudo dpkg -i scala-2.11.7.deb
# sbt installation
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
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