Last active
July 31, 2019 12:19
-
-
Save ardyantohermawan/a716c93937830b7631fc3250d21d1bce to your computer and use it in GitHub Desktop.
Install openjdk 8 on ubuntu 14.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo add-apt-repository ppa:openjdk-r/ppa | |
sudo apt-get -y update | |
sudo apt-get install -y openjdk-8-jdk | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment