Update menu

This commit is contained in:
MacRimi
2025-11-16 00:53:40 +01:00
parent 09cd363b11
commit d588ef438e

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"
bash "$INSTALL_SCRIPT" --update exec bash "$INSTALL_SCRIPT"
#exec menu #exec menu
exit 0 exit 0