Last active
August 29, 2015 14:07
-
-
Save lattejed/c4796540b2214432f883 to your computer and use it in GitHub Desktop.
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
| wget -O - https://raw.github.com/snoyberg/keter/master/setup-keter.sh | bash | |
| # Yes, run it twice as it might abort the first time | |
| wget -O - https://raw.github.com/snoyberg/keter/master/setup-keter.sh | bash | |
| # You should now have a keter binary at ~/.cabal/bin/keter or /opt/keter/bin/keter | |
| # Copy that to your local machine | |
| # scp root@x.x.x.x:/root/.cabal/bin/keter ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment