Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 20, 2015 21:38
Show Gist options
  • Save waloriju/6198461 to your computer and use it in GitHub Desktop.
Save waloriju/6198461 to your computer and use it in GitHub Desktop.
Instalando Ubuntu java-JDK v8

Run: Java JDK 8

curl -ks https://gist.github.com/WanderleyJunior/6198461/raw/run.sh | bash -
#!/bin/bash
#Remove
sudo apt-get purge openjdk*
#Package
sudo apt-get install software-properties-common
#Install
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-jdk8-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment