diff --git a/scripts/menus/main_menu2.sh b/scripts/menus/main_menu2.sh index bb0d8d6..48540b7 100644 --- a/scripts/menus/main_menu2.sh +++ b/scripts/menus/main_menu2.sh @@ -12,9 +12,11 @@ # 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" +CONFIG_FILE="$BASE_DIR/config.json" VENV_PATH="/opt/googletrans-env"