From c8ba3f8769e2ab61b36ecb3524dbd5171d9fd8b3 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 24 Feb 2025 23:58:01 +0100 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 56ca9cd..c921682 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -47,10 +47,10 @@ MENU_SCRIPT="menu" VENV_PATH="/opt/googletrans-env" # Source utils.sh for common functions and styles -if ! source <(curl -sSf "$UTILS_URL"); then - echo "Error: Could not load utils.sh from $UTILS_URL" - exit 1 -fi +#if ! source <(curl -sSf "$UTILS_URL"); then +# echo "Error: Could not load utils.sh from $UTILS_URL" +# exit 1 +#fi # ==========================================================