From 8ecb806b9797469b5b7aa3b8f221135b7a9490bb Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Thu, 5 Jun 2025 09:21:55 +0200 Subject: [PATCH 1/2] doc: use openbsd-netcat on arch Closes #508 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43bc23a..1ccd9e8 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Install the required dependencies. ``` - Arch Linux: ```bash - sudo pacman -Syu --needed -y curl dialog freerdp git iproute2 libnotify gnu-netcat + sudo pacman -Syu --needed -y curl dialog freerdp git iproute2 libnotify openbsd-netcat ``` - OpenSUSE: ```bash From 27da810f345b26be21643f4fd9eb5fcf38cbd887 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 07:23:52 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 9d2b738..955f0fc 100644 --- a/compose.yaml +++ b/compose.yaml @@ -44,6 +44,6 @@ services: # NOTE: 'disk1' will be mounted as the main drive. THIS DISK WILL BE FORMATTED BY DOCKER. # All following disks (disk2, ...) WILL NOT BE FORMATTED. # - /dev/disk/by-id/:/disk1 - # - dev/disk/by-id/:/disk2 + # - dev/disk/by-id/:/disk2 # group_add: # uncomment this line and the next one for using rootless podman containers # - keep-groups # to make /dev/kvm work with podman. needs "crun" installed, "runc" will not work! Add your user to the 'kvm' group or another that can access /dev/kvm.