diff --git a/menu b/menu index 27cf5a8..6d66713 100644 --- a/menu +++ b/menu @@ -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