Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# jdk_packager.sh
# Downloads JDK 7 and packages as DEB for both i386 and amd64
# The resulting packages installing to /opt, creating a symlink /opt/java7 and do some magic stuff which hopefully works.
#
# Requirements
# - Effing Package Management
# https://github.com/jordansissel/fpm
#