From 7cda18e44e327c27c0ad65061bf1e8ac695df2ec Mon Sep 17 00:00:00 2001 From: digitalstudium Date: Tue, 28 Jan 2025 07:47:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead2391..00c35ec 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ Install dependencies: `fzf`, `dialog`, `xdotool`, `x11-xkb-utils` Then clone this repo and copy all scripts to one of the PATH folder: ``` git clone https://git.digitalstudium.com/digitalstudium/tui-scripts.git -sudo cp tui-scripts/src/{a,g,s,r,k} /usr/local/bin/ +sudo cp tui-scripts/src/{a,g,s,r} /usr/local/bin/ ```