Skip to content

Instantly share code, notes, and snippets.

View nikolauskrismer's full-sized avatar

Nikolaus Krismer nikolauskrismer

View GitHub Profile
@nikolauskrismer
nikolauskrismer / get_oracle_jdk_linux_x64.sh
Last active September 19, 2018 14:14 — forked from n0ts/get_oracle_jdk_x64.sh
Get latest Oracle JDK package bash shell script
#!/bin/bash
# You must accept the Oracle Binary Code License
# http://www.oracle.com/technetwork/java/javase/terms/license/index.html
#
# @author 2014-2017 n0ts <naoya.n@gmail.com> (https://gist.github.com/n0ts/40dd9bd45578556f93e7)
# @author 2018 niko <niko@krismer.de> (https://gist.github.com/nikolauskrismer/d0818c3e27d18bc7a25e6c5c197f42c6)
#
# usage: get_oracle_jdk_linux_x64.sh <jdk_version> <ext>
#