github:
https://github.com/rednoah/java-installer
linux通用脚本:
# Download the latest JDK into the current directory & link java to /usr/local/bin
curl -O https://raw.githubusercontent.com/rednoah/java-installer/latest/release/get-java.sh
sh get-java.sh install
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END