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

Closed
opened 2026-02-26 15:34:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7860
Author: @evilaliv3
Created: 9/23/2025
Status: Merged
Merged: 9/23/2025
Merged by: @CrazyWolf13

Base: mainHead: improve-globaleaks-install


📝 Commits (1)

  • 7f345c8 Improve globaleaks install ensuring install can proceed without user input

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 install/globaleaks-install.sh (+1 -1)

📄 Description

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/7860 **Author:** [@evilaliv3](https://github.com/evilaliv3) **Created:** 9/23/2025 **Status:** ✅ Merged **Merged:** 9/23/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `improve-globaleaks-install` --- ### 📝 Commits (1) - [`7f345c8`](https://github.com/community-scripts/ProxmoxVE/commit/7f345c889021c6dc4c4483c2bcec1b2814a559c3) Improve globaleaks install ensuring install can proceed without user input ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/globaleaks-install.sh` (+1 -1) </details> ### 📄 Description 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 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:34:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#7117
No description provided.