1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 12:41:46 +00:00

Repair brew update prompts

This commit is contained in:
Tw93
2026-01-08 10:16:58 +08:00
parent 0d15177735
commit 1fccf6bcf8

View File

@@ -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
}