From ec63b8d1ddd7e699e31ee944afb4550913d20564 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 29 May 2022 10:18:37 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 81f7639..66e5401 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -474,7 +474,7 @@ PYTHON3UPGRADE(){ esac } POSTFIX_INSTALL(){ - bash <(curl -sL https://go.scity.us/install-postfix) + bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/install-postfix.sh) echo "" read -n 1 -s -p "Press any key to continue" INSTALL_MENU