mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
🐛 update
This commit is contained in:
@@ -13,9 +13,9 @@ NC='\033[0m'
|
||||
|
||||
# Logging functions
|
||||
log_info() { echo -e "${BLUE}$1${NC}"; }
|
||||
log_success() { echo -e "${GREEN}✅ $1${NC}"; }
|
||||
log_warning() { echo -e "${YELLOW}⚠️ $1${NC}"; }
|
||||
log_error() { echo -e "${RED}❌ $1${NC}"; }
|
||||
log_success() { echo -e "${GREEN}$1${NC}"; }
|
||||
log_warning() { echo -e "${YELLOW}$1${NC}"; }
|
||||
log_error() { echo -e "${RED}$1${NC}"; }
|
||||
|
||||
# Default installation directory
|
||||
INSTALL_DIR="/usr/local/bin"
|
||||
@@ -313,8 +313,6 @@ main() {
|
||||
echo " $INSTALL_DIR/mole uninstall # Remove applications"
|
||||
fi
|
||||
echo ""
|
||||
echo "Configuration stored in: $CONFIG_DIR"
|
||||
echo "══════════════════════════════════════════════════════════════════════"
|
||||
}
|
||||
|
||||
# Run installation
|
||||
|
||||
Reference in New Issue
Block a user