diff --git a/scripts/utils.sh b/scripts/utils.sh index d9d5410..6c0e097 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -210,6 +210,27 @@ show_proxmenu_logo() { + 🌟 A menu-driven script for Proxmox VE management 🌟 + + +EOF + echo -e "${CL}" +} + +show_proxmenu_logo_m() { + clear + + echo -e "${YW}" + cat << 'EOF' +██████╗ ██████╗ ██████╗ ██╗ ██╗███╗ ███╗███████╗███╗ ██╗██╗ ██╗ +██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝████╗ ████║██╔════╝████╗ ██║██║ ██║ +██████╔╝██████╔╝██║ ██║ ╚███╔╝ ██╔████╔██║█████╗ ██╔██╗ ██║██║ ██║ +██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ██║╚██╔╝██║██╔══╝ ██║╚██╗██║██║ ██║ +██║ ██║ ██║╚██████╔╝██╔╝ ██╗██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝ +╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═════╝ + + + 🌟 A menu-driven script for Proxmox VE management 🌟