From 822f5bcd4cc49fdd8c59c34f6ff816e47914700f Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Mon, 16 Oct 2023 17:59:05 -0700 Subject: [PATCH] Minor tweaks to Qubes build docs - `keyring` command will only work if `python3-keyring` is installed - fix `cp` command (`qubes` directory not included in prior command) --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 8efa7e2..ae60785 100644 --- a/BUILD.md +++ b/BUILD.md @@ -194,7 +194,7 @@ Overview of the qubes you'll create: ``` sudo dnf install -y rpm-build podman python3 python3-devel \ python3-poetry-core pipx qt6-qtbase-gui libreoffice python3-magic \ - tesseract* + python3-keyring tesseract* ``` 2. Shutdown the `fedora-38-dz` template: @@ -251,7 +251,7 @@ Overview of the qubes you'll create: 2. Move the files we copied in the previous step to their proper place: ``` - sudo cp ~/QubesIncoming/dz/qubes/* /rw/usrlocal/etc/qubes-rpc/ + sudo cp ~/QubesIncoming/dz/* /rw/usrlocal/etc/qubes-rpc/ ``` 3. Shutdown the `dz-dvm` qube: