Skip to content

Commit 8a3b418

Browse files
authored
Remove redundant globaleaks configuration (#7723)
1 parent b4b9efe commit 8a3b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/globaleaks-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msg_info "Setup GlobaLeaks"
1616
DISTRO_CODENAME="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
1717
curl -fsSL https://deb.globaleaks.org/globaleaks.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/globaleaks.gpg
1818
echo "deb [signed-by=/etc/apt/trusted.gpg.d/globaleaks.gpg] http://deb.globaleaks.org $DISTRO_CODENAME/" >/etc/apt/sources.list.d/globaleaks.list
19-
echo -ne 'APPARMOR_SANDBOXING=0\nNETWORK_SANDBOXING=0' >/etc/default/globaleaks
19+
echo 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks
2020
$STD apt update
2121
$STD apt -y install globaleaks
2222
msg_ok "Setup GlobaLeaks"

0 commit comments

Comments
 (0)