Skip to content

Instantly share code, notes, and snippets.

@babjo
Created October 6, 2018 06:02
Show Gist options
  • Save babjo/077899eca7ddfafdd4369285c6477cae to your computer and use it in GitHub Desktop.
Save babjo/077899eca7ddfafdd4369285c6477cae to your computer and use it in GitHub Desktop.
A script to install openjdk11 with curl
curl https://download.java.net/java/ga/jdk11/openjdk-11_osx-x64_bin.tar.gz \
| tar -xz \
&& sudo mv jdk-11.jdk /Library/Java/JavaVirtualMachines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment