Update menu

This commit is contained in:
MacRimi
2025-11-16 00:59:54 +01:00
parent ef92394685
commit cb26a55e65

5
menu
View File

@@ -75,10 +75,7 @@ check_updates() {
if curl -fsSL "$INSTALL_URL" -o "$INSTALL_SCRIPT"; then
chmod +x "$INSTALL_SCRIPT"
exec bash "$INSTALL_SCRIPT 2>/dev/null"
#exec menu
exit 0
"$INSTALL_SCRIPT" --update
fi