From 0f66305e50342f9ef3ca4bcb668f81c8be0188cf Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Fri, 21 Feb 2025 11:53:08 +0300 Subject: [PATCH] Fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f9d5855..451f56d 100755 --- a/install.sh +++ b/install.sh @@ -412,7 +412,7 @@ check_system() { fi if ! nslookup google.com >/dev/null 2>&1; then - log "DNS not working" + printf "\033[31;1mDNS not working\033[0m\n" exit 1 fi