-
-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installer scripts fails on fedora - config-manager broken arguments #3014
Comments
I have a fresh Fedora 40 installation and the script worked normally, and in my
According to this page this is a new format for Fedora 41+, so the script will need to detect which version it is to change the command accordingly to maintain backward compatibility. |
@ricardo-st Could you test this install script to ensure it works on DNF v5+ (I tested on dnf v4 and it works correctly) 🙏 |
@mohamed-essam Salam. Your commit fixes the issue with the dnf v5 argument changes. Another issue is that OpenPGP checks for packages from the repo are being skipped. Is there a key issue? |
@orchard0 im not sure, does that only happen with dnf v5? |
Thank God I notice that
I get the same message for the main package:
Are the packages not signed? |
The key issue has been reported before earlier this year: #1698 |
Describe the problem
The install script does not finalize in fedora.
It returns:
Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments.
The fix is easy, change:
for
To Reproduce
Steps to reproduce the behavior:
Run
curl -fsSL https://pkgs.netbird.io/install.sh | sh
in a clean fedora install.Expected behavior
The script installs.
Are you using NetBird Cloud?
Self-Hosted
NetBird version
0.34.1
NetBird status -dA output:
N/A
Do you face any (non-mobile) client issues?
N/A
Screenshots
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: