Update to 3.16.1

This commit is contained in:
Ravenbells
2023-03-28 16:17:44 -03:00
parent 26d898d1cf
commit 3cd0fcf831
3 changed files with 17 additions and 23 deletions

View File

@@ -17,16 +17,10 @@ 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/*
}