Update to 3.17.3

This commit is contained in:
Mxzcabel
2024-03-29 19:13:12 -03:00
parent e4dbfacf75
commit 4e158eac56
3 changed files with 15 additions and 24 deletions

View File

@@ -7,15 +7,6 @@ post_install() {
echo " reboot"
}
post_upgrade() {
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:'
echo " sudo gpasswd -a USERNAME nordvpn"
echo ':: You then have to restart for the group to be created:'
echo " reboot"
}
pre_install() {
if [ -d /var/lib/nordvpn/data/ ]; then
chattr -i /var/lib/nordvpn/data/*