From 67cb1a306d06d714e95cb07382957cd0193a8fbb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 Jun 2023 21:54:10 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index bae87f7..7f10801 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -216,7 +216,6 @@ PIPUPGRADE() { DNSUPDATE() { bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/update-dns.sh) echo "" - echo -e "${Green}The DNS servers have been updated${Color_Off}" if [ ${action-x} ]; then exit 0; fi read -n 1 -s -p "Press any key to continue" }