2022-04-21 06:09:53 -04:00
|
|
|
#!/bin/bash
|
|
|
|
|
2022-05-26 19:43:44 -04:00
|
|
|
sudo dnf install thunderbird -y
|
2022-05-24 07:44:53 -04:00
|
|
|
|
2022-07-15 23:09:46 -04:00
|
|
|
#Remove if you don't use ProtonMail
|
|
|
|
sudo dnf install https://protonmail.com/download/bridge/protonmail-bridge-2.1.3-1.x86_64.rpm -y
|
|
|
|
|
2022-05-24 07:44:53 -04:00
|
|
|
#Do this in the AppVM after you have set it up
|
2022-05-24 08:24:52 -04:00
|
|
|
#Obviously replace vault-gpg with the actual GPG backend that you are using https://www.qubes-os.org/doc/split-gpg/
|
2022-05-28 07:24:27 -04:00
|
|
|
#echo "vault" | sudo tee /rw/config/gpg-split-domain
|