Remove mercurial as a package

This commit is contained in:
ViViDboarder 2021-08-25 16:27:32 -07:00
parent 93da58b644
commit aff0c7aa99
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ packages="fish bash"
# Common shell utils
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
# Development tools
packages="$packages neovim vim mercurial universal-ctags tig doxygen shellcheck"
packages="$packages neovim vim universal-ctags tig doxygen shellcheck"
# Manager specific packages
case "$PACKAGE_MANAGER" in