[PR #1082] [MERGED] Add support to force using binary install #13294

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1082
Author: @mlsmaycon
Created: 8/14/2023
Status: Merged
Merged: 8/16/2023
Merged by: @braginini

Base: mainHead: allow-force-bin-in-install-script


📝 Commits (8)

📊 Changes

5 files changed (+60 additions, -104 deletions)

View changed files

.github/workflows/install-script-test.yml (+35 -0)
.github/workflows/install-test-darwin.yml (+0 -60)
.github/workflows/install-test-linux.yml (+0 -38)
📝 .github/workflows/test-infrastructure-files.yml (+0 -1)
📝 release_files/install.sh (+25 -5)

📄 Description

Describe your changes

check if the USE_BIN_INSTALL variable is set to true and skip package manager discovery

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/1082 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/16/2023 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `allow-force-bin-in-install-script` --- ### 📝 Commits (8) - [`33b0da9`](https://github.com/netbirdio/netbird/commit/33b0da9f31543098f62772fd8d9ee5f67cb1826d) Add support to force using binary install - [`49bf8cf`](https://github.com/netbirdio/netbird/commit/49bf8cf88889608dd4faa38785e443e8b6ff0e1f) Fix UI installer - [`f151d65`](https://github.com/netbirdio/netbird/commit/f151d65e2bc11c9b73f975ad37c38d098cd90bdc) add workflow to test script - [`0e6b200`](https://github.com/netbirdio/netbird/commit/0e6b200a82de7882d5a6ccc3757893482ffbd563) checkout - [`fecf43f`](https://github.com/netbirdio/netbird/commit/fecf43f4802edf4b6b80c241558a35687b43c091) fix file path - [`c1cbac5`](https://github.com/netbirdio/netbird/commit/c1cbac5925e3a66b94c4171a0ff959f98d1af74d) check bin with command - [`f51a549`](https://github.com/netbirdio/netbird/commit/f51a5495c4515dd91791c70dbc5fad0c19018c79) refactor install tests - [`13a3d4d`](https://github.com/netbirdio/netbird/commit/13a3d4dd03c83d60095086f998a96c70a9576b9c) max-parallel: 2 ### 📊 Changes **5 files changed** (+60 additions, -104 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/install-script-test.yml` (+35 -0) ➖ `.github/workflows/install-test-darwin.yml` (+0 -60) ➖ `.github/workflows/install-test-linux.yml` (+0 -38) 📝 `.github/workflows/test-infrastructure-files.yml` (+0 -1) 📝 `release_files/install.sh` (+25 -5) </details> ### 📄 Description ## Describe your changes check if the USE_BIN_INSTALL variable is set to true and skip package manager discovery ## 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:08:01 -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#13294