metasploitable3/scripts/chocolatey_installs/java.bat

4 lines
154 B
Batchfile
Raw Permalink Normal View History

2016-08-30 17:53:02 +02:00
chocolatey feature enable -n=allowGlobalConfirmation
choco install javaruntime-platformspecific
chocolatey feature disable -n=allowGlobalConfirmation
exit