Created
May 9, 2012 17:04
-
-
Save jem/2646744 to your computer and use it in GitHub Desktop.
configure ubalo for java
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
export PACKAGESITE=http://ubalo.io.s3.amazonaws.com/packages/public | |
sudo pkg update | |
sudo pkg info -e java/openjdk6 || sudo pkg install -y java/openjdk6 | |
javac hello.java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment