Add JDK installer for android-sdk

This commit is contained in:
linuxgeek247 2016-05-12 22:18:32 -04:00
parent 5093c86021
commit 5e3dd7c08b

4
android-sdk/install-root Executable file
View file

@ -0,0 +1,4 @@
apt-get install -y python-software-properties
add-apt-repository -y ppa:webupd8team/java
apt-get update
apt-get install -y oracle-java8-installer