Update Qubes/Whonix install for individual files (#1739)

This commit is contained in:
PromptPunksFauxCough 2025-05-12 21:27:39 +00:00 committed by GitHub
parent fe3283f3b0
commit 050e6b907a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 32 deletions

View file

@ -25,17 +25,17 @@ $ bash 0.0-dom0.sh && bash 0.1-dom0.sh && bash 0.2-dom0.sh
## **Build TemplateVM**
### *Via Binary Archive*
### *Via Package*
#### **In `haveno-template` `TemplateVM`:**
```shell
% sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "<PACKAGE_ARCHIVE_URL>" "<PACKAGE_PGP_FINGERPRINT>"
% sudo bash QubesIncoming/dispXXXX/1.0-haveno-templatevm.sh "<PACKAGE_URL>" "<PACKAGE_PGP_FINGERPRINT>"
```
<p style="text-align: center;">Example:</p>
```shell
% sudo bash 1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/v1.0.18/haveno-linux-deb.zip" "ABAF11C65A2970B130ABE3C479BE3E4300411886"
% sudo bash 1.0-haveno-templatevm.sh "https://github.com/havenoexample/haveno-example/releases/download/1.1.1/haveno-v1.1.1-linux-x86_64-installer.deb" "ABAF11C65A2970B130ABE3C479BE3E4300411886"
```
### *Via Source*