From b765d79b22c65c7e28c3279fe901ce355eb66a2d Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Wed, 29 Jan 2025 20:44:02 +0100 Subject: [PATCH] Update storage_menu.sh --- scripts/menus/storage_menu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index 7b4a0c0..53aae0c 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -11,14 +11,14 @@ # ========================================================== -# Configuration ============================================ -REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/menus" +# Configuration +REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main" UTILS_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/utils.sh" BASE_DIR="/usr/local/share/proxmenux" CACHE_FILE="$BASE_DIR/cache.json" VENV_PATH="/opt/googletrans-env" LANGUAGE=$(jq -r '.language // "en"' "$BASE_DIR/config.json" 2>/dev/null) -# ========================================================== + # Try to load utils.sh from GitHub if ! source <(curl -sSf "$UTILS_URL"); then