I installed linux mint on a server and i’m now trying to install nordvpn.
I followed the instructions on Nordvpn’s website
- Download the NordVPN Linux client by opening the terminal, writing the command below, and following any on-screen instructions:
sh <(curl -sSf https://downloads.nordcdn.com/apps/linux/install.sh)
Note*: If you do not have a* curl package, evidenced by the fact that the above does not work, you can alternatively use this command:
sh <(wget -qO - https://downloads.nordcdn.com/apps/linux/install.sh)Additionally, if you receive the following issue: Whoops! Permission denied accessing /run/nordvpn/nordvpnd.sock, all you need to do is write the following command: sudo usermod -aG nordvpn $USER and then reboot your device.
I use the provided command and it seems to install, but when I try to login, I get the error the mention in the end but running their command does not do anything…
If I look into at the path, the /run/nordvpn folder does not exist…
What am I doing wrong?