Skip to content

Instantly share code, notes, and snippets.

@moroz
Created November 25, 2020 03:47
Show Gist options
  • Save moroz/bcd5ac57e9d9d0441d46989e7991494f to your computer and use it in GitHub Desktop.
Save moroz/bcd5ac57e9d9d0441d46989e7991494f to your computer and use it in GitHub Desktop.
Download JDK 8 for Android development without creating Oracle account
#!/bin/sh
DOWNLOAD_URL="https://download.oracle.com/otn-pub/java/jdk/8u271-b09/61ae65e088624f5aaa0b1d2d801acb16/jdk-8u271-linux-x64.tar.gz"
wget -c --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" $DOWNLOAD_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment