Add terminal UI and update README
This commit is contained in:
parent
e54c510f74
commit
8022860793
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -133,3 +133,14 @@ Requirements
|
|||
The UI uses whiptail. Install it if needed:
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue