metasploitable3/scripts/chocolatey_installs/tomcat.bat
2017-05-20 15:27:24 +05:30

5 lines
150 B
Batchfile

chocolatey feature enable -n=allowGlobalConfirmation
choco install tomcat --version 8.0.33
chocolatey feature disable -n=allowGlobalConfirmation
exit