Created
February 2, 2015 08:03
-
-
Save geetanjaligg/46cd54f643112aec4da6 to your computer and use it in GitHub Desktop.
Install sbt with rpm package
This file contains hidden or 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
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