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:
@@ -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
2
mole
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user