Skip to content

Instantly share code, notes, and snippets.

@andronedev
Forked from babjo/install_openjdk11.sh
Last active October 5, 2021 20:54
Show Gist options
  • Save andronedev/66a0543a4ca260298aebf16d1eac6e4b to your computer and use it in GitHub Desktop.
Save andronedev/66a0543a4ca260298aebf16d1eac6e4b 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 \
&& mv jdk-11.jdk java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment