metasploitable3/scripts/chocolatey_installs/java.bat
Jeffrey Martin 34283b14a1
lock the java package
The many services that rely on java need to have better limits.

By installing a specific compatible java version early the build
can eliminate churn and provide more consistent enviornments.
2020-08-19 08:11:37 -05:00

5 lines
149 B
Batchfile

chocolatey feature enable -n=allowGlobalConfirmation
choco install jre8 --version 8.0.251
chocolatey feature disable -n=allowGlobalConfirmation
exit