Skip to content

Commit

Permalink
refactor: Remove temporary directory after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bengo237 committed Sep 6, 2024
1 parent 9dcf64e commit 91dff1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added scripts/windows/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions scripts/windows/snort.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function Install-Snort {
} else {
Write-Host "Failed to download snort.conf file."
}

#delete temp directory
Remove-Item -Path $tempDir -Recurse -Force

Expand Down

0 comments on commit 91dff1e

Please sign in to comment.