Lightweight SSH-based update manager for Linux systems.
Supports checking updates, upgrading packages, and running autoremove across multiple hosts from a single script.
| .gitignore | ||
| hosts.conf.example | ||
| README.md | ||
| update-manager.conf.example | ||
⚙️ 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
git clone https://github.com/your-repo/update-manager.git
cd update-manager
chmod +x setup.sh
sudo ./setup.sh