diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index 62e101a2..0b435f74 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -73,7 +73,10 @@ EOF ``` 2. Import the file ```bash +#Fedora 40 or earlier/Amazon Linux 2023** (DNF 4) sudo dnf config-manager --add-repo /etc/yum.repos.d/netbird.repo +#Fedora 41 or later (DNF 5) + sudo dnf config-manager addrepo --from-repofile=/etc/yum.repos.d/netbird.repo ``` 3. Install the package ```bash