Skip to content

Instantly share code, notes, and snippets.

@pyk
Last active September 18, 2019 17:53
Show Gist options
  • Save pyk/19a619b0763d6de06786 to your computer and use it in GitHub Desktop.
Save pyk/19a619b0763d6de06786 to your computer and use it in GitHub Desktop.

Revisions

  1. pyk revised this gist Feb 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    Run

    wget install-oracle-java-8-on-debian-jessie.sh
    wget https://gist.github.com/pyk/19a619b0763d6de06786/raw/b09ce3a6626484adb5339597dfd391d0db9fe3cb/install-oracle-java-8-on-debian-jessie.sh
    sh install-oracle-java-8-on-debian-jessie.sh

    See the following [blog post](https://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html)
  2. pyk revised this gist Feb 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,4 @@ Run
    wget install-oracle-java-8-on-debian-jessie.sh
    sh install-oracle-java-8-on-debian-jessie.sh

    See the following [blog post](www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html)
    See the following [blog post](https://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html)
  3. pyk revised this gist Feb 28, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    Run

    sh java8.sh
    wget install-oracle-java-8-on-debian-jessie.sh
    sh install-oracle-java-8-on-debian-jessie.sh

    See the following [blog post](www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html)
  4. pyk created this gist Feb 28, 2016.
    5 changes: 5 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    Run

    sh java8.sh

    See the following [blog post](www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html)
    5 changes: 5 additions & 0 deletions install-oracle-java-8-on-debian-jessie.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | sudo tee /etc/apt/sources.list.d/webupd8team-java.list
    sudo echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main" | sudo tee -a /etc/apt/sources.list.d/webupd8team-java.list
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
    sudo apt-get update
    sudo apt-get install oracle-java8-installer