From a472e608ca21e9f934c00fec2bc4e271d28f6307 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 11 Jul 2022 03:43:27 -0400 Subject: [PATCH] Update whonix-gw.sh --- whonix/whonix-gw.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index d9b8caf..150c645 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -1,11 +1,11 @@ #!/bin/bash +#Install packages +sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme -y + #Enabling SUID Disabler and Permission Hardener sudo systemctl enable --now permission-hardening -#Install pages -sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme -y - #Enable hardened malloc echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload