Last active
October 9, 2018 14:09
-
-
Save dcvz/08794fe14ed19a289bfdc7eeccf3a343 to your computer and use it in GitHub Desktop.
Setup Amazon Linux (Android)
This file contains hidden or 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 | |
# install java 8 | |
yum update -y | |
yum install -y java-1.8.0-openjdk | |
yum remove -y java-1.7.0-openjdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment