From 95c54dccd74bdfef954b06a413e9f94c799547bc Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Tue, 23 Sep 2025 21:03:15 +0200 Subject: [PATCH] Improve globaleaks install ensuring install can proceed without user input (#7860) --- install/globaleaks-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/globaleaks-install.sh b/install/globaleaks-install.sh index 1bb8bc107..8465dbbd3 100644 --- a/install/globaleaks-install.sh +++ b/install/globaleaks-install.sh @@ -18,7 +18,7 @@ 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 echo 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks $STD apt update -$STD apt -y install globaleaks +$STD apt -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install globaleaks msg_ok "Setup GlobaLeaks" motd_ssh