From 1f19b175345b7d7dc861fd464a76f6c5986283eb Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 10 May 2024 00:25:36 -0700 Subject: [PATCH] Remove unnecessary packages Signed-off-by: Tommy --- whonix/whonix-ws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index 350cd24..dda348c 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -23,7 +23,7 @@ unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/Tomm sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades # Install packages -sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git pipewire-pulse -y +sudo apt install --no-install-recommends arc-theme pipewire-pulse -y # Restrict /proc and access sudo systemctl enable --now proc-hidepid.service