[PR #2589] fix: install.sh: avoid call of netbird executable after rpm-ostree installation #3433

Open
opened 2025-11-20 08:06:01 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/2589

State: closed
Merged: Yes


Describe your changes

After install.sh execution on rpm-ostree based distro this message appears

Changes queued for next boot. Run "systemctl reboot" to start a reboot
sudo: netbird: command not found
NetBird service has already been loaded
sudo: netbird: command not found
NetBird service has already been started
Installation has been finished. To connect, you need to run NetBird by executing the following command:

This is caused by a missing netbird executable, only available after reboot to a next deployment or after rpm-ostree apply-live execution.

**Original Pull Request:** https://github.com/netbirdio/netbird/pull/2589 **State:** closed **Merged:** Yes --- ## Describe your changes After install.sh execution on rpm-ostree based distro this message appears ``` Changes queued for next boot. Run "systemctl reboot" to start a reboot sudo: netbird: command not found NetBird service has already been loaded sudo: netbird: command not found NetBird service has already been started Installation has been finished. To connect, you need to run NetBird by executing the following command: ``` This is caused by a missing netbird executable, only available after reboot to a next deployment or after `rpm-ostree apply-live` execution.
saavagebueno added the pull-request label 2025-11-20 08:06:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3433