NordSecurity / nordvpn-linux

NordVPN Linux client
GNU General Public License v3.0
306 stars 44 forks source link

On Fedora 41 installing nord from bash give me an error output #673

Open abud7eem opened 1 day ago

abud7eem commented 1 day ago

on the official site https://nordvpn.com/download/linux/

when you run " sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh) " on Fedora 41 you get the following error:

Unknown argument "--add-repo" for command "config-manager". Add "--help" for more information about the arguments.

Fedora 41 released yesterday stable https://fedoramagazine.org/announcing-fedora-linux-41/

keliramu commented 1 day ago

Hello, Fedora 41 is very fresh and there is new dnf 5 config-manager which has changed its cli interface - yet we need to add support for it.

abud7eem commented 1 day ago

yes, thanks.