aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsidicer2023-06-22 15:09:18 +0300
committersidicer2023-06-22 15:09:18 +0300
commitc5ef61cf23c49ee4f6d7756565537938fb8e54d0 (patch)
tree1b2fb6ed092df58700efdbe76d37bd7aa0d8d449 /README.md
parent75531e2f884c5dbd31a76239fb81388517a37f27 (diff)
downloadaur-c5ef61cf23c49ee4f6d7756565537938fb8e54d0.tar.gz
Version upgrade to 2.6.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0be93d7f99ab..5443881bf497 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
# [Nordlayer](https://nordlayer.com) VPN package for Linux (esp [ArchLinux](https://archlinux.org/))
-[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-2.6.3-green)](https://nordlayer.com/download/linux/)
+[![AUR version](https://img.shields.io/aur/version/nordlayer)](https://aur.archlinux.org/packages/nordlayer) [![Nordlayer version](https://img.shields.io/badge/nordlayer-2.6.5-green)](https://nordlayer.com/download/linux/)
+
+### Hotfix (Version 2.6.5) released by Nordlayer
+The new version should not break `nordlayer.db`
+
+If you're still facing issues afterwards - repeat 2.6.4 version fix
+```sh
+rm /var/lib/nordlayer/nordlayer.db
+systemctl restart nordlayer
+nordlayer login
+```
### Upgrade from 2.6.3 to 2.6.4 BREAKS nordlayer.db
```sh
@@ -31,5 +41,5 @@ git clone https://github.com/Sidicer/nordlayer.git
cd nordlayer
makepkg -si
# If 'makepkg -si' fails to install automatically:
-sudo pacman -U nordlayer-2.6.4-0-x86_64.pkg.tar.zst
+sudo pacman -U nordlayer-2.6.5-0-x86_64.pkg.tar.zst
```