From 7bbb263dc3e60726ebf1176e8ba91db65e9e110b Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 13 May 2024 23:46:49 -0700 Subject: [PATCH] Add Flatpak update service to Whonix Signed-off-by: Tommy --- whonix/whonix-ws.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index dda348c..0e802a4 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -32,6 +32,10 @@ sudo systemctl enable --now proc-hidepid.service # Will break a lot of applications. The apps I use on Whonix work fine with it so I am enabling it. sudo systemctl enable --now hide-hardware-info.service +# Flatpak update service +unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/user/update-user-flatpaks.service | sudo tee /etc/systemd/user/update-user-flatpaks.service +unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/user/update-user-flatpaks.timer | sudo tee /etc/systemd/user/update-user-flatpaks.timer + # Theming unpriv curl --proxy http://127.0.0.1:8082 https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/environment | sudo tee /etc/environment