Skip to content

Instantly share code, notes, and snippets.

@srhb
Created August 13, 2018 13:26
Show Gist options
  • Save srhb/7546fe2aa29ce0c02833cc6ea38ec3fb to your computer and use it in GitHub Desktop.
Save srhb/7546fe2aa29ce0c02833cc6ea38ec3fb to your computer and use it in GitHub Desktop.
***
Unfortunately, we cannot download file jdk-8u181-linux-x64.tar.gz automatically.
Please go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to download it yourself, and add it to the Nix store
using either
nix-store --add-fixed sha256 jdk-8u181-linux-x64.tar.gz
or
nix-prefetch-url --type sha256 file:///path/to/jdk-8u181-linux-x64.tar.gz
***
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment