[PR #2508] [MERGED] [misc] Support rpm-ostree based distros in installation script #15240

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2508
Author: @M0Rf30
Created: 9/1/2024
Status: Merged
Merged: 9/4/2024
Merged by: @bcmmbaga

Base: mainHead: fix/netbird-on-rpmostree


📝 Commits (2)

  • 8bcb3ca Detect rpm-ostree-based distro and use proper package manager
  • 3127656 Update kardianos/service module to fix folders detection

📊 Changes

3 files changed (+14 additions, -4 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+2 -2)
📝 release_files/install.sh (+10 -0)

📄 Description

Describe your changes

This add rpm-ostree binary detection in installation script and update kardianos/service module to lastest commits. It should close https://github.com/netbirdio/netbird/issues/1634

Latest commits of kardianos/service correctly detect and discriminate between /etc folders (init.d, systemd/system....)


🔄 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/2508 **Author:** [@M0Rf30](https://github.com/M0Rf30) **Created:** 9/1/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `fix/netbird-on-rpmostree` --- ### 📝 Commits (2) - [`8bcb3ca`](https://github.com/netbirdio/netbird/commit/8bcb3cae78c795207996aa2d8ffd4a3982801669) Detect rpm-ostree-based distro and use proper package manager - [`3127656`](https://github.com/netbirdio/netbird/commit/31276564086a3e7e3299739ba544663c27bb32a0) Update kardianos/service module to fix folders detection ### 📊 Changes **3 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+2 -2) 📝 `release_files/install.sh` (+10 -0) </details> ### 📄 Description ## Describe your changes This add `rpm-ostree` binary detection in installation script and update `kardianos/service` module to lastest commits. It should close https://github.com/netbirdio/netbird/issues/1634 Latest commits of `kardianos/service` correctly detect and discriminate between `/etc` folders (init.d, systemd/system....) --- <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 03:07:15 -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#15240