From 68b13b2da16c2a7f0005ed3c6cfa251a1c8fde8a Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:49:08 +0000 Subject: [PATCH 1/2] Update docker.md --- docs/docker.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index afeccaa1..ff13f002 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -112,9 +112,6 @@ podman-compose --file ./compose.yaml down podman-compose --file ~/.config/winapps/compose.yaml up ``` -### Installing WinApps -Please follow the [`docker` instructions](#installing-winapps). - ### Changing `compose.yaml` Changes to `compose.yaml` require the Windows virtual machine to be removed and re-created. This should __NOT__ affect your data. From 122053a0783a6e719d12fc51bb933b1b29d4d123 Mon Sep 17 00:00:00 2001 From: eylenburg <84839316+eylenburg@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:13:25 +0000 Subject: [PATCH 2/2] Add OpenSUSE dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 918a3918..c3beb9dc 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,10 @@ Install the required dependencies. ```bash sudo pacman -Syu --needed -y dialog freerdp iproute2 libnotify gnu-netcat ``` + - OpenSUSE: + ```bash + sudo zypper install -y dialog freerdp iproute2 libnotify netcat-openbsd + ``` - Gentoo Linux: ```bash sudo emerge --ask=n dev-util/dialog net-misc/freerdp:3 sys-apps/iproute2 x11-libs/libnotify net-analyzer/openbsd-netcat