1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 15:39:42 +00:00

🔖 1.5.8

This commit is contained in:
Tw93
2025-10-05 20:40:55 +08:00
parent 85fd92fa03
commit 73f185aca0
2 changed files with 3 additions and 3 deletions

View File

@@ -178,8 +178,8 @@ check_requirements() {
echo -e "${YELLOW}Mole is installed via Homebrew${NC}" echo -e "${YELLOW}Mole is installed via Homebrew${NC}"
echo "" echo ""
echo "Choose one:" echo "Choose one:"
echo " 1. Update via Homebrew: ${GREEN}brew upgrade mole${NC}" echo -e " 1. Update via Homebrew: ${GREEN}brew upgrade mole${NC}"
echo " 2. Switch to manual: ${GREEN}brew uninstall mole${NC} then re-run this" echo -e " 2. Switch to manual: ${GREEN}brew uninstall mole${NC} then re-run this"
echo "" echo ""
exit 1 exit 1
fi fi

2
mole
View File

@@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/lib/common.sh" source "$SCRIPT_DIR/lib/common.sh"
# Version info # Version info
VERSION="1.5.6" VERSION="1.5.7"
MOLE_TAGLINE="can dig deep to clean your Mac." MOLE_TAGLINE="can dig deep to clean your Mac."
# Check for updates (non-blocking, cached) # Check for updates (non-blocking, cached)