From bcedebbd58589ca9f12c5b18983e9642dcb5916d Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 25 Feb 2025 00:11:48 +0100 Subject: [PATCH] menu --- install_proxmenux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index b364b66..c2ceb64 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -46,7 +46,7 @@ LOCAL_VERSION_FILE="$BASE_DIR/version.txt" MENU_SCRIPT="menu" VENV_PATH="/opt/googletrans-env" - Source utils.sh for common functions and styles +# 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