Merge pull request #1 from dejesusg/dejesusg-patch-1

Velocirpators are now extinct and have been replaced with the superio…
This commit is contained in:
Gabriel De Jesus
2021-03-27 21:03:35 +00:00
committed by GitHub

View File

@@ -66,7 +66,7 @@ function post_build_checks {
Write-Host '[!] Velociraptor was unreachable and may not have installed correctly.' -ForegroundColor red Write-Host '[!] Velociraptor was unreachable and may not have installed correctly.' -ForegroundColor red
} }
else { else {
Write-Host ' ['$($checkmark)'] Velocirpator is running and reachable!' -ForegroundColor Green Write-Host ' ['$($checkmark)'] Velociraptor is running and reachable!' -ForegroundColor Green
} }
Write-Host '' Write-Host ''
@@ -81,4 +81,4 @@ function post_build_checks {
Write-Host '' Write-Host ''
} }
post_build_checks post_build_checks