Skip to content

Instantly share code, notes, and snippets.

@geetanjaligg
Created February 2, 2015 08:03
Show Gist options
  • Save geetanjaligg/46cd54f643112aec4da6 to your computer and use it in GitHub Desktop.
Save geetanjaligg/46cd54f643112aec4da6 to your computer and use it in GitHub Desktop.
Install sbt with rpm package
curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo
sudo mv bintray-sbt-rpm.repo /etc/yum.repos.d/
sudo yum install sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment