Skip to content

Instantly share code, notes, and snippets.

@strongant
Created July 26, 2017 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strongant/740f58dd6f116a4ff4d156805340bb95 to your computer and use it in GitHub Desktop.
Save strongant/740f58dd6f116a4ff4d156805340bb95 to your computer and use it in GitHub Desktop.
ubuntu脚本安装Java8
#/bin/sh
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update -y
sudo apt-get install oracle-java8-installer -y
java -version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment