mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
Using OpenJDK instead of Sun Java like the BurpSuite installer
This commit is contained in:
parent
c24a549e66
commit
a24ebc4631
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1 @@
|
|||
apt-get install -y python-software-properties
|
||||
add-apt-repository -y ppa:webupd8team/java
|
||||
apt-get update
|
||||
apt-get install -y oracle-java8-installer
|
||||
apt-get -y install openjdk-7-jre openjdk-7-jdk
|
||||
|
|
Loading…
Reference in a new issue