We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b9efe commit 8a3b418Copy full SHA for 8a3b418
install/globaleaks-install.sh
@@ -16,7 +16,7 @@ msg_info "Setup GlobaLeaks"
16
DISTRO_CODENAME="$(awk -F= '/^VERSION_CODENAME=/{print $2}' /etc/os-release)"
17
curl -fsSL https://deb.globaleaks.org/globaleaks.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/globaleaks.gpg
18
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
+echo 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks
20
$STD apt update
21
$STD apt -y install globaleaks
22
msg_ok "Setup GlobaLeaks"
0 commit comments