This commit is contained in:
MacRimi 2025-02-25 00:04:46 +01:00
parent c8ba3f8769
commit 49917b0847

View File

@ -41,16 +41,16 @@ INSTALL_DIR="/usr/local/bin"
BASE_DIR="/usr/local/share/proxmenux" BASE_DIR="/usr/local/share/proxmenux"
CONFIG_FILE="$BASE_DIR/config.json" CONFIG_FILE="$BASE_DIR/config.json"
CACHE_FILE="$BASE_DIR/cache.json" CACHE_FILE="$BASE_DIR/cache.json"
#UTILS_FILE="$BASE_DIR/utils.sh" UTILS_FILE="$BASE_DIR/utils.sh"
LOCAL_VERSION_FILE="$BASE_DIR/version.txt" LOCAL_VERSION_FILE="$BASE_DIR/version.txt"
MENU_SCRIPT="menu" MENU_SCRIPT="menu"
VENV_PATH="/opt/googletrans-env" 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 if ! source <(curl -sSf "$UTILS_URL"); then
# echo "Error: Could not load utils.sh from $UTILS_URL" echo "Error: Could not load utils.sh from $UTILS_URL"
# exit 1 exit 1
#fi fi
# ========================================================== # ==========================================================