Update to 3.15.5 (Patch)

This commit is contained in:
Ravenbells
2023-03-23 16:37:07 -03:00
parent 5caea0efd4
commit d24ca845fb
3 changed files with 24 additions and 14 deletions

View File

@@ -17,10 +17,16 @@ post_upgrade() {
}
pre_install() {
echo ":: WARNING: "
echo ":: '/var/lib/nordvpn/data/countries.dat' may stop your attempt on installing new nordvpn versions."
echo ":: Please, remove the file or make a backup before upgrading new packages."
chattr -i /var/lib/nordvpn/data/*
}
pre_upgrade() {
echo ":: WARNING: "
echo ":: '/var/lib/nordvpn/data/countries.dat' may stop your attempt on installing new nordvpn versions."
echo ":: Please, remove the file or make a backup before upgrading new packages."
chattr -i /var/lib/nordvpn/data/*
}