mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Change text as suggested
This commit is contained in:
parent
2a7e2e3ed8
commit
432769bca0
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ function Write-SafeChainWarning {
|
||||||
|
|
||||||
# PowerShell equivalent of ANSI color codes: yellow background, black text for "Warning:"
|
# PowerShell equivalent of ANSI color codes: yellow background, black text for "Warning:"
|
||||||
Write-Host "Warning:" -BackgroundColor Yellow -ForegroundColor Black -NoNewline
|
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
|
# Cyan text for the install command
|
||||||
Write-Host "Install safe-chain by using " -NoNewline
|
Write-Host "Install safe-chain by using " -NoNewline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue