From 1fccf6bcf85a06eebe0f69ad2f5ddbf0a0712117 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Thu, 8 Jan 2026 10:16:58 +0800 Subject: [PATCH] Repair brew update prompts --- lib/manage/update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/manage/update.sh b/lib/manage/update.sh index 996a16e..8878a4d 100644 --- a/lib/manage/update.sh +++ b/lib/manage/update.sh @@ -96,9 +96,8 @@ ask_for_updates() { fi echo "" - echo -e "${YELLOW}Tip:${NC} Homebrew: brew upgrade / brew upgrade --cask" - echo -e "${YELLOW}Tip:${NC} App Store: open App Store → Updates" - echo -e "${YELLOW}Tip:${NC} macOS: System Settings → General → Software Update" + echo -e "${YELLOW}💡 To update, please run:${NC} ${GREEN}brew upgrade${NC}" + return 1 }