This commit is contained in:
MacRimi 2025-02-25 00:55:42 +01:00
parent 9939dc14d0
commit a8c0ef49ad

View File

@ -43,7 +43,7 @@ CONFIG_FILE="$BASE_DIR/config.json"
CACHE_FILE="$BASE_DIR/cache.json"
UTILS_FILE="$BASE_DIR/utils.sh"
LOCAL_VERSION_FILE="$BASE_DIR/version.txt"
MENU_SCRIPT="menu.sh"
MENU_SCRIPT="menu"
VENV_PATH="/opt/googletrans-env"
# Source utils.sh for common functions and styles
@ -84,8 +84,8 @@ show_progress() {
local message="$3"
echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}"
msg_info2 "$message"
echo
msg_info2 "$message"
}
@ -221,7 +221,7 @@ echo -e "${YW}╰─────────────────────
echo
echo -ne "${GN}"
type_text "To run ProxMenu, simply execute this command in the console or terminal:"
echo -e "${YWB} menu.sh${CL}"
echo -e "${YWB} menu${CL}"
echo