diff --git a/.gitignore b/.gitignore index 0c59c53..9619cce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ tmp/ temp/ *.tmp *.temp +*.dmg # Cache .cache/ diff --git a/install.sh b/install.sh index 8b8f99c..6b43339 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,5 @@ #!/bin/bash # Mole Installation Script -# Install Mole system cleanup tool to your system set -euo pipefail @@ -10,7 +9,7 @@ BLUE='\033[0;34m' YELLOW='\033[1;33m' RED='\033[0;31m' NC='\033[0m' - + # Simple spinner _SPINNER_PID="" start_line_spinner() {