From 1b11fac18138b317239e8a57e39ab13a7f6ae70a Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 1 May 2024 21:12:43 -0700 Subject: [PATCH] Add trenchboot dependencies Signed-off-by: Tommy --- dom0.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dom0.sh b/dom0.sh index dbfcf59..e9380e7 100644 --- a/dom0.sh +++ b/dom0.sh @@ -18,12 +18,16 @@ sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf sudo systemctl enable --now fstrim.timer -# Theming - -# After a reboot, run qt5ct and set the theme to gtk-2 +# Install packages sudo qubes-dom0-update qubes-ctap-dom0 qt5ct qt5-qtstyleplugins +# Install packages for Trenchboot +sudo qubes-dom0-update qrencode openssl oathtool tpm-tools tpm-extra trousers-changer + +#Theming +# After a reboot, run qt5ct and set the theme to gtk-2 + echo 'QT_QPA_PLATFORMTHEME=qt5ct' | sudo tee -a /etc/environment # Add extra gtk theming - this is probably not necessary, but why not