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)
This commit is contained in:
Erik Moeller 2023-10-16 17:59:05 -07:00 committed by Alex Pyrgiotis
parent a2dafdb505
commit 822f5bcd4c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -194,7 +194,7 @@ Overview of the qubes you'll create:
``` ```
sudo dnf install -y rpm-build podman python3 python3-devel \ sudo dnf install -y rpm-build podman python3 python3-devel \
python3-poetry-core pipx qt6-qtbase-gui libreoffice python3-magic \ python3-poetry-core pipx qt6-qtbase-gui libreoffice python3-magic \
tesseract* python3-keyring tesseract*
``` ```
2. Shutdown the `fedora-38-dz` template: 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: 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: 3. Shutdown the `dz-dvm` qube: