Change text as suggested

This commit is contained in:
Sander Declerck 2025-08-04 10:22:33 +02:00
parent d6d80d8f03
commit c5b9722a40
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ function printSafeChainWarning
set_color -b yellow black set_color -b yellow black
printf "Warning:" printf "Warning:"
set_color normal set_color normal
printf " safe-chain is not available to protect you from installing malware. %s will be run directly.\n" $original_cmd printf " safe-chain is not available to protect you from installing malware. %s will run without it.\n" $original_cmd
# Cyan text for the install command # Cyan text for the install command
printf "Install safe-chain by using " printf "Install safe-chain by using "