[PR #7860] Improve globaleaks install ensuring install can proceed without user … #7314

Open
opened 2025-11-20 08:05:20 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/community-scripts/ProxmoxVE/pull/7860

State: closed
Merged: Yes


Following a retesting with the community it resulted this options are needed when installing the package, if the application has been preconfigured using the /etc/default/globaleaks before installation.

apt-get -y \
  -o Dpkg::Options::=--force-confdef \
  -o Dpkg::Options::=--force-confold \
  install globaleaks
**Original Pull Request:** https://github.com/community-scripts/ProxmoxVE/pull/7860 **State:** closed **Merged:** Yes --- Following a retesting with the community it resulted this options are needed when installing the package, if the application has been preconfigured using the /etc/default/globaleaks before installation. ```bash apt-get -y \ -o Dpkg::Options::=--force-confdef \ -o Dpkg::Options::=--force-confold \ install globaleaks ```
saavagebueno added the pull-request label 2025-11-20 08:05:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#7314