From 879e27272b34147ff8d4c5aecbf381cb0f5bb232 Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sun, 9 Feb 2025 14:58:21 +0100 Subject: [PATCH] doc: install libnotify-tools instead of libnotify on OpenSUSE Closes #414: --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f63387f..fa527a4 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ Install the required dependencies. ``` - OpenSUSE: ```bash - sudo zypper install -y curl dialog freerdp git iproute2 libnotify netcat-openbsd + sudo zypper install -y curl dialog freerdp git iproute2 libnotify-tools netcat-openbsd ``` - Gentoo Linux: ```bash