metasploitable3/scripts/chocolatey_installs/tomcat.bat

4 lines
132 B
Batchfile
Raw Normal View History

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