mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
update
This commit is contained in:
parent
2de38075aa
commit
049ad6facf
@ -43,7 +43,7 @@ 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.sh"
|
||||||
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
|
||||||
@ -84,8 +84,8 @@ show_progress() {
|
|||||||
local message="$3"
|
local message="$3"
|
||||||
|
|
||||||
echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}"
|
echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}"
|
||||||
echo
|
|
||||||
msg_info2 "$message"
|
msg_info2 "$message"
|
||||||
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -221,7 +221,7 @@ echo -e "${YW}╰─────────────────────
|
|||||||
echo
|
echo
|
||||||
echo -ne "${GN}"
|
echo -ne "${GN}"
|
||||||
type_text "To run ProxMenu, simply execute this command in the console or terminal:"
|
type_text "To run ProxMenu, simply execute this command in the console or terminal:"
|
||||||
echo -e "${YWB} menu${CL}"
|
echo -e "${YWB} menu.sh${CL}"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
||||||
@ -234,7 +234,7 @@ if [ "$(id -u)" -ne 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
clear
|
clear
|
||||||
#show_proxmenux_logo
|
show_proxmenu_logo
|
||||||
|
|
||||||
echo -e "${BOLD}${YW}To function correctly, ProxMenu needs to install the following components:${CL}"
|
echo -e "${BOLD}${YW}To function correctly, ProxMenu needs to install the following components:${CL}"
|
||||||
echo -e "${TAB}- whiptail (if not already installed)"
|
echo -e "${TAB}- whiptail (if not already installed)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user