metasploitable3/scripts/chocolatey_installs/7zip.bat

4 lines
130 B
Batchfile
Raw Permalink Normal View History

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