Skip to content

Instantly share code, notes, and snippets.

View vincintz's full-sized avatar

Theo Reyes vincintz

View GitHub Profile
@vincintz
vincintz / get_oracle_jdk_linux_x64.sh
Last active September 17, 2017 11:24 — 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
# Original script: https://gist.github.com/n0ts/40dd9bd45578556f93e7
# usage:
# 1. download rpm - centos
# ./get_oracle_jdk_linux_x64.sh
# 2. download tar.gz - ubuntu