[PR #782] [MERGED] Use first available package manager #12992

Closed
opened 2026-08-05 02:07:11 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/782
Author: @bcmmbaga
Created: 4/4/2023
Status: Merged
Merged: 4/4/2023
Merged by: @braginini

Base: mainHead: main


📝 Commits (2)

  • 17a3705 use dnf as default for RPM-based linux instead of yum if both exists
  • 6b1e919 use first available package manager

📊 Changes

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

View changed files

📝 release_files/install.sh (+6 -9)

📄 Description

Describe your changes

Check for available package managers in order of preference and select the first one found.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/782 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/4/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`17a3705`](https://github.com/netbirdio/netbird/commit/17a37053f04155a49de6f2feb2a9173468114baf) use dnf as default for RPM-based linux instead of yum if both exists - [`6b1e919`](https://github.com/netbirdio/netbird/commit/6b1e919aabb45288f55c45f16f8a9fe63d27599b) use first available package manager ### 📊 Changes **1 file changed** (+6 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `release_files/install.sh` (+6 -9) </details> ### 📄 Description ## Describe your changes Check for available package managers in order of preference and select the first one found. ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 02:07:11 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12992