[PR #1106] [MERGED] Add auto-update feature in netbird script for binary installation #14874

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1106
Author: @bcmmbaga
Created: 8/24/2023
Status: Merged
Merged: 8/28/2023
Merged by: @braginini

Base: mainHead: update-installer-script


📝 Commits (5)

  • 2e597fd Add auto-update feature in netbird script
  • 3131a08 Update netbird service handling in install.sh
  • 5d2e158 Add configuration file and package manager check to install.sh
  • e552b55 Update default package manager in install.sh
  • 5890293 detect if netbird service is running before proceeding with installation

📊 Changes

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

View changed files

📝 release_files/install.sh (+108 -51)

📄 Description

Describe your changes

This pull request addresses the need to enhance the installer script by introducing a new parameter --update to trigger updates. The goal is to streamline the update process for binary installations and provide a better experience for users.

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/1106 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/28/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `update-installer-script` --- ### 📝 Commits (5) - [`2e597fd`](https://github.com/netbirdio/netbird/commit/2e597fd7f01f8b174a6fe8b1a6b2683c6a86312a) Add auto-update feature in netbird script - [`3131a08`](https://github.com/netbirdio/netbird/commit/3131a08262db0521dbca4da914cfe5df8b0d066a) Update netbird service handling in install.sh - [`5d2e158`](https://github.com/netbirdio/netbird/commit/5d2e158cb578f6ec56d81ea13bc6e95415bb7a72) Add configuration file and package manager check to install.sh - [`e552b55`](https://github.com/netbirdio/netbird/commit/e552b55315814489113c61fc43dbef16a49f5a70) Update default package manager in install.sh - [`5890293`](https://github.com/netbirdio/netbird/commit/5890293b84404b38c69b12bb03d57e7a29976560) detect if netbird service is running before proceeding with installation ### 📊 Changes **1 file changed** (+108 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `release_files/install.sh` (+108 -51) </details> ### 📄 Description ## Describe your changes This pull request addresses the need to enhance the installer script by introducing a new parameter `--update` to trigger updates. The goal is to streamline the update process for binary installations and provide a better experience for users. ## 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 03:06:31 -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#14874