updated setup.sh to install getdeps

this prevents the error 'error: `getdeps' is not a bpkg command.'
pull/61/head
brandonocasey 8 years ago
parent f2e29fb508
commit 594474720c

@ -63,7 +63,7 @@ BIN="bpkg"
[ -z "$PREFIX" ] && PREFIX="/usr/local"
# All 'bpkg' supported commands
CMDS="json install package term suggest init utils update list show"
CMDS="json install package term suggest init utils update list show getdeps"
make_install () {
make_uninstall

Loading…
Cancel
Save