Last active
April 11, 2016 06:13
-
-
Save huacnlee/bb19152b1f4b8efcf233a0328a3dad92 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 http://dianjihe-files.oss-cn-beijing.aliyuncs.com/sdk-1.0.0-SNAPSHOT-jar-with-dependencies.jar | |
if [ `uname` = "Darwin" ]; then | |
sudo mv sdk-1.0.0-SNAPSHOT-jar-with-dependencies.jar /Library/Java/Extensions/ | |
else | |
sudo mv sdk-1.0.0-SNAPSHOT-jar-with-dependencies.jar /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/ext | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -ssL https://git.io/vVHp1 | bash