Merge pull request #61 from BrandonOCasey/fix-setup

updated setup.sh to install getdeps
pull/62/head
Joseph Werle 8 years ago
commit b25c484cb8

@ -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