We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b8b22 commit 34023d0Copy full SHA for 34023d0
1 file changed
installer.sh
@@ -5,7 +5,6 @@ set -e
5
_main() {
6
if _should_install_pkgx; then
7
_install_pkgx "$@"
8
- _install_pre_reqs
9
elif [ $# -eq 0 ]; then
10
echo /usr/local/bin/"$(pkgx --version) already installed" >&2
11
echo /usr/local/bin/"$(pkgm --version) already installed" >&2
0 commit comments