Skip to content

Commit

Permalink
AU: 1 updated - nmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 19, 2021
1 parent ea26343 commit 2588b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/nmap/tools/chocolateyInstall.ps1
Expand Up @@ -5,4 +5,4 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$file = "$toolsPath\nmap-7.92-setup.exe"
Start-Process -Wait $toolsPath\install.ahk $file

ls $toolsPath\*.exe | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" "" }}
Get-ChildItem $toolsPath\*.exe | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" "" }}

0 comments on commit 2588b59

Please sign in to comment.