From 7c272bd2a241cef5c47206f6444a920583ebfbd2 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 7 Sep 2025 17:22:47 +0200 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 2aa532b..eb4568b 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -106,12 +106,12 @@ uninstall_proxmenu() { local force_clean="$2" if [ "$force_clean" != "force" ]; then - if ! whiptail --title "Uninstall ProxMenu" --yesno "Are you sure you want to uninstall ProxMenu?" 10 60; then + if ! whiptail --title "Uninstall ProxMenux" --yesno "Are you sure you want to uninstall ProxMenux?" 10 60; then return 1 fi fi - echo "Uninstalling ProxMenu..." + echo "Uninstalling ProxMenux..." if [ -f "$VENV_PATH/bin/activate" ]; then echo "Removing googletrans and virtual environment..." @@ -221,7 +221,7 @@ show_progress() { local total="$2" local message="$3" - echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenu: Step $step of $total${CL}" + echo -e "\n${BOLD}${BL}${TAB}Installing ProxMenux: Step $step of $total${CL}" echo msg_info2 "$message" } @@ -599,4 +599,4 @@ if [ "$(id -u)" -ne 0 ]; then fi cleanup_corrupted_files -install_proxmenu \ No newline at end of file +install_proxmenu