Add terminal UI and update README

This commit is contained in:
Ed Nielsen 2026-03-18 15:19:23 +01:00
parent e54c510f74
commit 8022860793

View file

@ -133,3 +133,14 @@ Requirements
The UI uses whiptail. Install it if needed: The UI uses whiptail. Install it if needed:
sudo apt update && sudo apt install whiptail -y sudo apt update && sudo apt install whiptail -y
▶️ Run the UI
Start the interactive terminal interface:
update-manager-ui
If command is not found
You may need to create a symlink:
sudo ln -s /opt/update-manager/update-manager-ui.sh /usr/local/bin/update-manager-ui