update menu

This commit is contained in:
MacRimi
2025-07-09 20:46:24 +02:00
parent 25b83cb86e
commit 8cbcd74f1a
2 changed files with 2 additions and 10 deletions

9
menu
View File

@@ -82,18 +82,11 @@ check_updates() {
main_menu() {
if ! bash <(curl -fsSL "$REPO_URL/scripts/menus/main_menu.sh"); then
echo
msg_warn "$(translate 'Launching Emergency Repair Tool...')"
sleep 2
bash /usr/local/share/proxmenux/emergency_repair.sh
exit 0
fi
exec bash <(curl -fsSL "$REPO_URL/scripts/menus/main_menu.sh")
}
load_language
initialize_cache
check_updates
main_menu