This app is now maintained at github.com/Sidicer/nordlayer.
Thanks to @Sidicer :)
To check if the repo is upto date with the official
Nordlayer, run the following from
console/terminal.
Make sure curl is installed on your system.
curl https://downloads.nordlayer.com/linux/latest/version -w "\n"
For any issues, please create an issue or Add comment here
For Arch Linux Users,
- Clone this repo
- Change to cloned repo
cd nordlayer
- MakePkg
makepkg -si
- Install Package
sudo pacman -U "package_name_pkg.tar.zst"
where package_name_pkg.tar.zst is the name of package generated from makepkg -si