Skip to content

Instantly share code, notes, and snippets.

@kessler
Last active December 28, 2015 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kessler/7449381 to your computer and use it in GitHub Desktop.
Save kessler/7449381 to your computer and use it in GitHub Desktop.
install java
wget --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm"
sudo rpm -ivh jdk-7u45-linux-x64.rpm
sudo rpm -Uvh jdk-7u45-linux-x64.rpm
echo 'sleeping 5 seconds'
sleep 5
rm jdk-7u45-linux-x64.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment