-
-
Save dmpatel151282/2edd025494b780f39b6787d08757ad1a 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