mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-14 12:12:30 -04:00
7 lines
290 B
Bash
7 lines
290 B
Bash
#!/bin/bash
|
|
|
|
sudo apt install --no-install-recommends 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
|