Minor fix in .install script

This commit is contained in:
Martoko
2019-05-19 14:47:50 +02:00
parent b5a02df89f
commit cbe7fa2d48
3 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ post_install() {
}
post_upgrade() {
if [ $(vercmp $2 3.0.0-4) -lt 0 ]; then
if [ $(vercmp $2 3.0.0_4-1) -lt 0 ]; then
echo ':: In order to enable nordvpn you have to start two services:'
echo ' sudo systemctl enable --now nordvpnsd'
echo ' systemctl --user enable --now nordvpnud'