From c95947b397321250fdf4ae31ffa2e6599a52ddc2 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 12 May 2025 17:17:45 +0200 Subject: [PATCH] Actualizar install_proxmenux.sh --- install_proxmenux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 364afa5..8f4e77b 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -225,7 +225,7 @@ echo msg_title "ProxMenux has been installed successfull" echo echo -ne "${GN}" -type_text "To run ProxMenu, simply execute this command in the console or terminal:" +type_text "To run ProxMenux, simply execute this command in the console or terminal:" echo -e "${YWB} menu${CL}" echo @@ -242,13 +242,13 @@ clear show_proxmenux_logo echo -echo -e "${BOLD}${YW}To function correctly, ProxMenu needs to install the following components:${CL}" +echo -e "${BOLD}${YW}To function correctly, ProxMenux needs to install the following components:${CL}" echo -e "${TAB}- whiptail (if not already installed)" echo -e "${TAB}- curl (if not already installed)" echo -e "${TAB}- jq (if not already installed)" echo -e "${TAB}- Python 3 (if not already installed)" echo -e "${TAB}- Virtual environment for Google Translate" -echo -e "${TAB}- ProxMenu scripts and configuration files" +echo -e "${TAB}- ProxMenux scripts and configuration files" echo read -p "Do you want to proceed with the installation? (y/n) " -n 1 -r echo