Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Last active April 11, 2016 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huacnlee/bb19152b1f4b8efcf233a0328a3dad92 to your computer and use it in GitHub Desktop.
Save huacnlee/bb19152b1f4b8efcf233a0328a3dad92 to your computer and use it in GitHub Desktop.
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
@huacnlee
Copy link
Author

curl -ssL https://git.io/vVHp1 | bash

@pmq20
Copy link

pmq20 commented Apr 11, 2016

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment