mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-12 05:29:50 +00:00
24 lines
484 B
Markdown
24 lines
484 B
Markdown
# Whonix support
|
|
|
|
The qubes-fwupd uses the sys-whonix VM as the update VM to handle downloading
|
|
updates and metadata via Tor. The tests detect if sys-whonix is running, but
|
|
do not check if you are connected with Tor. So before running the test make sure
|
|
that sys-whonix has access to the network.
|
|
|
|
## Refresh
|
|
|
|
```shell
|
|
sudo qubes-fwupdmgr refresh --whonix
|
|
```
|
|
|
|
## Update
|
|
|
|
```shell
|
|
sudo qubes-fwupdmgr update --whonix
|
|
```
|
|
|
|
## Downgrade
|
|
|
|
```shell
|
|
sudo qubes-fwupdmgr downgrade --whonix
|