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

🐛 update

This commit is contained in:
Tw93
2025-09-25 20:49:46 +08:00
parent 3d8c8cfade
commit 6525b5bbab

View File

@@ -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