mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 02:21:33 -05:00
8 lines
266 B
Bash
8 lines
266 B
Bash
#!/bin/bash
|
|
|
|
sudo dnf install thunderbird -y
|
|
|
|
#Do this in the AppVM after you have set it up
|
|
#Obviously replace vault-gpg with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
|
|
#echo "vault-gpg" | sudo tee /rw/config/gpg-split-domain
|