Update menu

This commit is contained in:
MacRimi
2025-11-16 00:56:04 +01:00
parent d588ef438e
commit ef92394685

2
menu
View File

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