mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Add JDK installer for android-sdk
This commit is contained in:
parent
5093c86021
commit
5e3dd7c08b
1 changed files with 4 additions and 0 deletions
4
android-sdk/install-root
Executable file
4
android-sdk/install-root
Executable 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
|
Loading…
Reference in a new issue