This commit is contained in:
MacRimi
2025-02-25 18:17:24 +01:00
parent 92d6435dba
commit 3167302f99
5 changed files with 25 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ initialize_cache
show_menu() {
cleanup
while true; do
OPTION=$(whiptail --title "$(translate "Main Menu")" --menu "$(translate "Select an option:")" 20 70 8 \
"1" "$(translate "Settings post-install Proxmox")" \
@@ -54,5 +55,8 @@ done
}
# Main flow
if [[ "$LANGUAGE" != "en" ]]; then
msg_lang "$(translate "Generating automatic translations...")"
fi
show_menu