blob: b6e625cd431422e19f8e378e7326ce7b5d6e1f13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# [Nordlayer](https://nordlayer.com) VPN package for [Artix Linux](https://artixlinux.org/) using Runit
[![AUR version](https://img.shields.io/aur/version/nordlayer-runit)](https://aur.archlinux.org/packages/nordlayer-runit) [![Nordlayer version](https://img.shields.io/badge/nordlayer-3.0.0-green)](https://nordlayer.com/download/linux/)
## Important
This package is specifically maintained for working on Artix Linux using Runit
as the init service (It might be easy enough to port to Void Linux, I haven't
bothered to do so).
If you run into any errors feel free to create an [issue](https://github.com/vihu/nordlayer-runit/issues/new).
### Installing from aur:
```bash
paru -S nordlayer-runit
```
### Building the package manually:
```bash
git clone https://github.com/vihu/nordlayer-runit
cd nordlayer-runit
makepkg -si
```
|