Skip to content

Commit 48cf276

Browse files
committed
lol
1 parent 8465aef commit 48cf276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ _should_install_pkgx() {
9090
fi
9191

9292
# if the installed version is less than the available version then upgrade
93-
pkgx --silent semverator lt \
93+
pkgx --silent semverator gt \
9494
$(curl -Ssf https://pkgx.sh/VERSION) \
9595
$(/usr/local/bin/pkgx --version | awk '{print $2}') >/dev/null 2>&1
9696
}

0 commit comments

Comments
 (0)