mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update utils.sh
This commit is contained in:
parent
28588bcb44
commit
1eda9326f1
@ -195,3 +195,24 @@ print(translate_text('$text', '$dest_lang'))
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
function show_proxmenu_logo {
|
||||
clear
|
||||
|
||||
echo -e "${GN}"
|
||||
cat << 'EOF'
|
||||
██████╗ ██████╗ ██████╗ ██╗ ██╗███╗ ███╗███████╗███╗ ██╗██╗ ██╗
|
||||
██╔══██╗██╔══██╗██╔═══██╗╚██╗██╔╝████╗ ████║██╔════╝████╗ ██║██║ ██║
|
||||
██████╔╝██████╔╝██║ ██║ ╚███╔╝ ██╔████╔██║█████╗ ██╔██╗ ██║██║ ██║
|
||||
██╔═══╝ ██╔══██╗██║ ██║ ██╔██╗ ██║╚██╔╝██║██╔══╝ ██║╚██╗██║██║ ██║
|
||||
██║ ██║ ██║╚██████╔╝██╔╝ ██╗██║ ╚═╝ ██║███████╗██║ ╚████║╚██████╔╝
|
||||
╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═════╝
|
||||
|
||||
|
||||
|
||||
🌟 A menu-driven script for Proxmox VE management 🌟
|
||||
|
||||
|
||||
EOF
|
||||
echo -e "${CL}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user