Skip to content

Instantly share code, notes, and snippets.

View approximatenumber's full-sized avatar
🥝

Maksim Melnikov approximatenumber

🥝
View GitHub Profile
@approximatenumber
approximatenumber / download_jdk.sh
Last active December 8, 2016 09:03 — forked from sr75/wget-jdk-oracle-install-example.txt
wget command to install Oracle JAVA JDK from stupid oracle website
#!/bin/bash
################################################################################
##
## Title: Oracle Java Installer
##
## Date: 03/27/2015
## Author: Mike G. aka metalcated and partially forked from n0ts
## Version: 0.2
##
################################################################################