Skip to content

Instantly share code, notes, and snippets.

@rogersguedes
Created August 15, 2016 23:22
Show Gist options
  • Select an option

  • Save rogersguedes/a38145b7d576151c2bcf27804d6a9b2f to your computer and use it in GitHub Desktop.

Select an option

Save rogersguedes/a38145b7d576151c2bcf27804d6a9b2f to your computer and use it in GitHub Desktop.
This script let's download Java packages from Orale site usign wget. What's very nice if you has nor GUI neither browser like ssh sessions
#!/usr/bin/bash
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment