Add note about rebooting
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = nordvpn-bin
|
||||
pkgdesc = NordVPN CLI tool for Linux
|
||||
pkgver = 3.8.8
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://nordvpn.com/download/linux/
|
||||
install = nordvpn-bin.install
|
||||
arch = x86_64
|
||||
|
||||
2
PKGBUILD
2
PKGBUILD
@@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=nordvpn-bin
|
||||
pkgver=3.8.8
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="NordVPN CLI tool for Linux"
|
||||
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
|
||||
url="https://nordvpn.com/download/linux/"
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
post_install() {
|
||||
echo ':: In order to enable nordvpn you have to start the following service:'
|
||||
echo ' sudo systemctl enable --now nordvpnd'
|
||||
echo ':: You have to add yourself to the nordvpn group to use it:'
|
||||
echo ':: You have to add yourself to the nordvpn group:'
|
||||
echo " gpasswd -a USERNAME nordvpn"
|
||||
echo ':: You then have to restart for the group to be created:'
|
||||
echo " reboot"
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
|
||||
Reference in New Issue
Block a user