From 4755cbc0a5bb84722be1db299ef26063ad26c1e3 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 2 Feb 2025 23:06:06 +0100 Subject: [PATCH] Update utils.sh --- scripts/utils.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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 🌟