-
-
Save andronedev/66a0543a4ca260298aebf16d1eac6e4b to your computer and use it in GitHub Desktop.
A script to install openjdk11 with curl
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
curl https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin.tar.gz \ | |
| tar -xz \ | |
&& mv jdk-11.jdk java |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment