Update install_proxmenux.sh

This commit is contained in:
MacRimi 2025-07-05 16:31:24 +02:00
parent 8139eb607c
commit b7876d1774

View File

@ -554,9 +554,9 @@ install_proxmenu() {
;; ;;
esac esac
msg_title "ProxMenux has been installed successfully" msg_title "$(translate "ProxMenux has been installed successfully")"
echo -ne "${GN}" echo -ne "${GN}"
type_text "To run ProxMenux, simply execute this command in the console or terminal:" type_text "$(translate "To run ProxMenux, simply execute this command in the console or terminal:")"
echo -e "${YWB} menu${CL}" echo -e "${YWB} menu${CL}"
echo echo
} }