We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8465aef commit 48cf276Copy full SHA for 48cf276
1 file changed
installer.sh
@@ -90,7 +90,7 @@ _should_install_pkgx() {
90
fi
91
92
# if the installed version is less than the available version then upgrade
93
- pkgx --silent semverator lt \
+ pkgx --silent semverator gt \
94
$(curl -Ssf https://pkgx.sh/VERSION) \
95
$(/usr/local/bin/pkgx --version | awk '{print $2}') >/dev/null 2>&1
96
}
0 commit comments