Skip to content

Commit 95c54dc

Browse files
authored
Improve globaleaks install ensuring install can proceed without user input (#7860)
1 parent eb28463 commit 95c54dc

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
@@ -18,7 +18,7 @@ curl -fsSL https://deb.globaleaks.org/globaleaks.asc | gpg --dearmor -o /etc/apt
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
1919
echo 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks
2020
$STD apt update
21-
$STD apt -y install globaleaks
21+
$STD apt -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold install globaleaks
2222
msg_ok "Setup GlobaLeaks"
2323

2424
motd_ssh

0 commit comments

Comments
 (0)