aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: a9c4af6b345125a394907c477de6ea99117f6b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Approved, unofficial repo of [Nordlayer](https://nordlayer.com) VPN package for Linux (esp [ArchLinux](https://archlinux.org/)) 

To check if the repo is upto date with the official
[Nordlayer](https://nordlayer.com), run the following from
console/terminal.<br>
Make sure [curl](https://curl.se/) 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](https://aur.archlinux.org/packages/nordlayer)

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
<b>package_name_pkg.tar.zst</b> is the name of package generated from <b>makepkg -si</b>

### Thanks! ###