Fix install

This commit is contained in:
Digital Studium 2024-03-16 19:06:40 +03:00
parent 773e8c28c3
commit ad0b863ab0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ GUI scripts for popular cli tools, based on dialog and fzf
### Ubuntu/Debian-based ### Ubuntu/Debian-based
Download .deb package from [Releases](https://git.digitalstudium.com/digitalstudium/run/releases), then install it 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 ### Other linux distros
Install dependencies: `fzf`, `dialog`, `xdotool`, `x11-xkb-utils` Install dependencies: `fzf`, `dialog`, `xdotool`, `x11-xkb-utils`