Update menu

This commit is contained in:
MacRimi
2025-11-16 00:44:00 +01:00
parent f7f1a2a3b3
commit 2f0e28368d

7
menu
View File

@@ -75,20 +75,21 @@ check_updates() {
if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
chmod +x "$INSTALL_SCRIPT"
bash "$INSTALL_SCRIPT" --update
if [[ -x "$INSTALL_SCRIPT" ]]; then
"$INSTALL_SCRIPT" --update
exec menu
fi
fi
fi
}
main_menu() {
local MAIN_MENU="$LOCAL_SCRIPTS/menus/main_menu.sh"