[provisioning] Update the rest of shell-utils to prefer packages

This commit is contained in:
Correl Roush 2018-02-23 16:50:21 -05:00
parent df4917eb0b
commit 91f23d880b

View file

@ -21,6 +21,13 @@ case $_PLATFORM in
# File compression
_brew p7zip
_brew unrar
# Misc
_brew htop
_brew jq
_brew lnav
_brew tig
_brew tmux
;;
*)
_recipe _apt
@ -32,12 +39,12 @@ case $_PLATFORM in
# File compression
_apt p7zip
_apt unrar
# Misc
_apt htop
_apt jq
_apt lnav
_apt tig
_apt tmux
;;
esac
# Misc
_brew htop
_brew tig
_brew lnav
_brew tmux
_brew jq