diff --git a/install.sh b/install.sh index 8bdd2e5..733fe5a 100755 --- a/install.sh +++ b/install.sh @@ -178,8 +178,8 @@ check_requirements() { echo -e "${YELLOW}Mole is installed via Homebrew${NC}" echo "" echo "Choose one:" - echo " 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 " 1. Update via Homebrew: ${GREEN}brew upgrade mole${NC}" + echo -e " 2. Switch to manual: ${GREEN}brew uninstall mole${NC} then re-run this" echo "" exit 1 fi diff --git a/mole b/mole index 46cbc35..87a1594 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/common.sh" # Version info -VERSION="1.5.6" +VERSION="1.5.7" MOLE_TAGLINE="can dig deep to clean your Mac." # Check for updates (non-blocking, cached)