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