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 eb28463 commit 95c54dcCopy full SHA for 95c54dc
install/globaleaks-install.sh
@@ -18,7 +18,7 @@ curl -fsSL https://deb.globaleaks.org/globaleaks.asc | gpg --dearmor -o /etc/apt
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 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks
20
$STD apt update
21
-$STD apt -y install globaleaks
+$STD apt -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install globaleaks
22
msg_ok "Setup GlobaLeaks"
23
24
motd_ssh
0 commit comments