mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-11-04 18:32:51 +00:00
Improve globaleaks install ensuring install can proceed without user input (#7860)
This commit is contained in:
committed by
GitHub
parent
eb28463d86
commit
95c54dccd7
@@ -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 "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
|
echo 'APPARMOR_SANDBOXING=0' >/etc/default/globaleaks
|
||||||
$STD apt update
|
$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"
|
msg_ok "Setup GlobaLeaks"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user