Last active
November 21, 2019 12:00
-
-
Save dogukancagatay/30fcc109e6748694a86b950b5697a9d2 to your computer and use it in GitHub Desktop.
Oracle Java Install Ubuntu 16.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
#!/usr/bin/env bash | |
JAVA_VERSION="8" | |
sudo apt-get install --yes python-software-properties | |
sudo add-apt-repository --yes ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install --yes "oracle-java$JAVA_VERSION-installer" | |
sudo apt-get install --yes "oracle-java$JAVA_VERSION-set-default" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://bit.ly/1sigdTm