Skip to content

Instantly share code, notes, and snippets.

@tobegit3hub
Last active January 2, 2016 02:53
Show Gist options
  • Save tobegit3hub/98240bd5a1e9c8b0cae9 to your computer and use it in GitHub Desktop.
Save tobegit3hub/98240bd5a1e9c8b0cae9 to your computer and use it in GitHub Desktop.
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

Or install with deb package.

wget https://dl.bintray.com/sbt/debian/sbt-0.13.7.deb
dpkg -i sbt-0.13.7.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment