Change text as suggested

This commit is contained in:
Sander Declerck 2025-08-04 10:20:44 +02:00
parent 2a7e2e3ed8
commit 432769bca0
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ function Write-SafeChainWarning {
# PowerShell equivalent of ANSI color codes: yellow background, black text for "Warning:"
Write-Host "Warning:" -BackgroundColor Yellow -ForegroundColor Black -NoNewline
Write-Host " safe-chain is not available to protect you from installing malware. $Command will be run directly."
Write-Host " safe-chain is not available to protect you from installing malware. $Command will run without it."
# Cyan text for the install command
Write-Host "Install safe-chain by using " -NoNewline