msg_custom

This commit is contained in:
CanbiZ 2025-08-04 10:28:04 +02:00
parent e2e595049c
commit cb5176a32a

View File

@ -16,7 +16,7 @@ update_os
msg_warn "WARNING: This script will run an external installer from a third-party source (swizzin.io)."
msg_warn "The following code is NOT maintained or audited by our repository."
msg_warn "If you have any doubts or concerns, please review the installer code before proceeding:"
msg_warn " → https://s5n.sh"
msg_custom "\e[1;34m→\e[0m" "\e[1;34m" "https://s5n.sh"
echo
read -r -p "${TAB3}Do you want to continue? [y/N]: " CONFIRM
if [[ ! "$CONFIRM" =~ ^([yY][eE][sS]|[yY])$ ]]; then