Update menu

This commit is contained in:
MacRimi
2025-11-16 00:47:26 +01:00
parent 2f0e28368d
commit 2d5c7fdbb5

11
menu
View File

@@ -72,15 +72,10 @@ check_updates() {
msg_warn "$(translate 'Starting ProxMenux update...')"
if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
chmod +x "$INSTALL_SCRIPT"
if [[ -x "$INSTALL_SCRIPT" ]]; then
if [[ -x "$INSTALL_SCRIPT" ]]; then
"$INSTALL_SCRIPT" --update
exec menu
fi
exec menu
fi
@@ -90,6 +85,8 @@ check_updates() {
main_menu() {
local MAIN_MENU="$LOCAL_SCRIPTS/menus/main_menu.sh"