From b006376cf718a0b847bcf39a9654f2d577fb6dd2 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:07:24 +0200 Subject: [PATCH] Update globaleaks-install.sh --- install/globaleaks-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install/globaleaks-install.sh b/install/globaleaks-install.sh index 08e8348d..ade3df76 100644 --- a/install/globaleaks-install.sh +++ b/install/globaleaks-install.sh @@ -18,8 +18,10 @@ curl -fsSL https://deb.globaleaks.org/globaleaks.asc | gpg --dearmor -o /etc/apt echo "deb [signed-by=/etc/apt/trusted.gpg.d/globaleaks.gpg] http://deb.globaleaks.org $DISTRO_CODENAME/" >/etc/apt/sources.list.d/globaleaks.list $STD apt update $STD apt -y install globaleaks -echo 'APPARMOR_SANDBOXING=0' | sudo tee -a /etc/default/globaleaks -echo 'NETWORK_SANDBOXING=0' | sudo tee -a /etc/default/globaleaks +systemctl stop globaleaks +echo 'APPARMOR_SANDBOXING=0' >>/etc/default/globaleaks +echo 'NETWORK_SANDBOXING=0' >>/etc/default/globaleaks +systemctl daemon-reexec systemctl restart globaleaks msg_ok "Setup GlobaLeaks"