Update linupx-scripts.sh

This commit is contained in:
2023-06-04 21:54:10 -05:00
parent 2965accceb
commit 67cb1a306d

View File

@@ -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"
}