This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |