summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartoko2020-12-20 10:07:29 +0100
committerMartoko2020-12-20 10:07:29 +0100
commit4e3a89a3ba2e47ec14f484683c76721f8ffd5856 (patch)
tree68101a47cc137de472ee9203b6017eed549eb62a
parent5328d13ebb6bb5f013d1610de9017bce37b939e6 (diff)
downloadaur-4e3a89a3ba2e47ec14f484683c76721f8ffd5856.tar.gz
Add note about rebooting
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--nordvpn-bin.install4
3 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b26adfae498..fe86a48ec957 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index f51867b6fc4f..5d0448bcff39 100644
--- a/PKGBUILD
+++ b/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/"
diff --git a/nordvpn-bin.install b/nordvpn-bin.install
index 3437389789c9..a0e7a7b85da1 100644
--- a/nordvpn-bin.install
+++ b/nordvpn-bin.install
@@ -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() {