Browse Source

macos: Add bash 5.0

master
Maxim Likhachev 5 years ago
parent
commit
6fce74586f
  1. 1
      roles/macos/vars/main.yml

1
roles/macos/vars/main.yml

@ -14,6 +14,7 @@ apps_brew: @@ -14,6 +14,7 @@ apps_brew:
- ansible # https://www.ansible.com/ Automate deployment, configuration, and upgrading.
- ansible-lint # https://github.com/ansible/ansible-lint/ Checks ansible playbooks for practices and behaviour
- bat # https://github.com/sharkdp/bat Clone of cat(1) with syntax highlighting and Git integration.
- bash # https://www.gnu.org/software/bash/ Bourne-Again SHell, a UNIX command interpreter
- coreutils # https://www.gnu.org/software/coreutils GNU File, Shell, and Text utilities.
- curl # https://curl.haxx.se/ Get a file from an HTTP, HTTPS or FTP server.
- dfc # https://projects.gw-computing.net/projects/dfc Display graphs and colors of file system space/usage.

Loading…
Cancel
Save