Update utils.sh

This commit is contained in:
MacRimi 2025-02-02 13:30:17 +01:00 committed by GitHub
parent 28588bcb44
commit 1eda9326f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,3 +195,24 @@ print(translate_text('$text', '$dest_lang'))
fi fi
} }
function show_proxmenu_logo {
clear
echo -e "${GN}"
cat << 'EOF'
██████╗ ██████╗ ██████╗ ██╗ ██╗███╗ ███╗███████╗███╗ ██╗██╗ ██╗
██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝████╗ ████║██╔════╝████╗ ██║██║ ██║
██████╔╝██████╔╝██║ ██║ ╚███╔╝ ██╔████╔██║█████╗ ██╔██╗ ██║██║ ██║
██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ██║╚██╔╝██║██╔══╝ ██║╚██╗██║██║ ██║
██║ ██║ ██║╚██████╔╝██╔╝ ██╗██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═════╝
🌟 A menu-driven script for Proxmox VE management 🌟
EOF
echo -e "${CL}"
}