From ad0b863ab083fd6191b49d5eb5b6493c6ae4702a Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Sat, 16 Mar 2024 19:06:40 +0300 Subject: [PATCH] Fix install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e2d61..24f07ca 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GUI scripts for popular cli tools, based on dialog and fzf ### Ubuntu/Debian-based Download .deb package from [Releases](https://git.digitalstudium.com/digitalstudium/run/releases), then install it ``` -sudo apt install ./Downloads/gui-scripts_1.1-1.deb +sudo apt install ~/Downloads/gui-scripts_*.deb ``` ### Other linux distros Install dependencies: `fzf`, `dialog`, `xdotool`, `x11-xkb-utils`