From b40ec2a6e65c32786f1ba1cd4a73e700360fd966 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 19 Jan 2024 01:37:45 -0700 Subject: [PATCH] Add tirdad to kicksecure Signed-off-by: Tommy --- kicksecure/kicksecure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicksecure/kicksecure.sh b/kicksecure/kicksecure.sh index 55230e8..5d8c045 100644 --- a/kicksecure/kicksecure.sh +++ b/kicksecure/kicksecure.sh @@ -45,7 +45,7 @@ sudo systemctl enable --now proc-hidepid.service sudo systemctl enable --now hide-hardware-info.service #Install packages -sudo apt install --no-install-recommends qubes-gpg-split qubes-u2f eog qt5ct qt5-style-plugins arc-theme -y +sudo apt install --no-install-recommends tirdad qubes-gpg-split qubes-u2f eog qt5ct qt5-style-plugins arc-theme -y #Setup SSH client echo "GSSAPIAuthentication no" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf