From 0e982bca3b178e704bbe2353073a20a1e4dfa1d9 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Tue, 25 Feb 2025 00:07:35 +0100 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index b364b66..08837b0 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -47,7 +47,8 @@ MENU_SCRIPT="menu" VENV_PATH="/opt/googletrans-env" Source utils.sh for common functions and styles -if ! source <(curl -sSf "$UTILS_URL"); then +#if ! source <(curl -sSf "$UTILS_URL"); then +if ! source <(curl -sSf "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/utils.sh"); then echo "Error: Could not load utils.sh from $UTILS_URL" exit 1 fi