Skip to content

Commit

Permalink
contrib/README.md: Fix Qubes related Docker commands
Browse files Browse the repository at this point in the history
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
  • Loading branch information
Asiderr committed Jun 14, 2022
1 parent a27c716 commit b39b66f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/README.md
Expand Up @@ -27,7 +27,7 @@ To build additional RPM packages for Qubes OS (fwupd-qubes-dom0 and
fwupd-qubes-vm) add `QUBES=true` environment variable:

```shell
docker run --privileged -e QUBES=true -t -v `pwd`:/github/workspace fwupd-fedora
docker run --privileged -e QUBES=true -t -v `pwd`:/github/workspace fwupd-fedora
```

## DEB packages
Expand Down Expand Up @@ -56,7 +56,7 @@ To build additional DEB package for Qubes OS (fwupd-qubes-vm-whonix)
add `QUBES=true` environment variable:

```shell
docker run --privileged -t -v `pwd`:/github/workspace fwupd-debian-x86_64-qubes
docker run --privileged -e QUBES=true -t -v `pwd`:/github/workspace fwupd-debian-x86_64
```

## PKG packages
Expand Down

0 comments on commit b39b66f

Please sign in to comment.