mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 09:51:32 -05:00
Add trenchboot dependencies
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
cf45a897b6
commit
1b11fac181
10
dom0.sh
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user