# ⚙️ update-manager Simple CLI tool for checking and managing updates across multiple Linux hosts over SSH. Built for speed, clarity, and control — no fluff. --- ## 🚀 Features - Check for available updates on all hosts - Run updates remotely via SSH - Simple host configuration file - Interactive terminal UI (whiptail) - Lightweight and dependency-minimal --- ## 📦 Installation ```bash git clone https://github.com/your-repo/update-manager.git cd update-manager chmod +x setup.sh sudo ./setup.sh