Add note about rebooting

This commit is contained in:
Martoko
2020-12-20 10:07:29 +01:00
parent 5328d13ebb
commit 4e3a89a3ba
3 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = nordvpn-bin pkgbase = nordvpn-bin
pkgdesc = NordVPN CLI tool for Linux pkgdesc = NordVPN CLI tool for Linux
pkgver = 3.8.8 pkgver = 3.8.8
pkgrel = 2 pkgrel = 3
url = https://nordvpn.com/download/linux/ url = https://nordvpn.com/download/linux/
install = nordvpn-bin.install install = nordvpn-bin.install
arch = x86_64 arch = x86_64

View File

@@ -4,7 +4,7 @@
pkgname=nordvpn-bin pkgname=nordvpn-bin
pkgver=3.8.8 pkgver=3.8.8
pkgrel=2 pkgrel=3
pkgdesc="NordVPN CLI tool for Linux" pkgdesc="NordVPN CLI tool for Linux"
arch=('x86_64' 'i686' 'armv7h' 'aarch64') arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://nordvpn.com/download/linux/" url="https://nordvpn.com/download/linux/"

View File

@@ -1,8 +1,10 @@
post_install() { post_install() {
echo ':: In order to enable nordvpn you have to start the following service:' echo ':: In order to enable nordvpn you have to start the following service:'
echo ' sudo systemctl enable --now nordvpnd' 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 " gpasswd -a USERNAME nordvpn"
echo ':: You then have to restart for the group to be created:'
echo " reboot"
} }
pre_install() { pre_install() {