Skip to content

Instantly share code, notes, and snippets.

@dcvz
Last active October 9, 2018 14:09
Show Gist options
  • Save dcvz/08794fe14ed19a289bfdc7eeccf3a343 to your computer and use it in GitHub Desktop.
Save dcvz/08794fe14ed19a289bfdc7eeccf3a343 to your computer and use it in GitHub Desktop.
Setup Amazon Linux (Android)
#!/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