mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Issue #61: Use cask install for ChromeDriver.
This commit is contained in:
parent
7fee2add6a
commit
46c3873a00
2 changed files with 2 additions and 3 deletions
|
@ -67,6 +67,7 @@ Any variable can be overridden in `config.yml`; see the supporting roles' docume
|
|||
|
||||
Applications (installed with Homebrew Cask):
|
||||
|
||||
- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)
|
||||
- [Docker](https://www.docker.com/)
|
||||
- [Dropbox](https://www.dropbox.com/)
|
||||
- [Firefox](https://www.mozilla.org/en-US/firefox/new/)
|
||||
|
@ -88,7 +89,6 @@ Packages (installed with Homebrew):
|
|||
|
||||
- autoconf
|
||||
- bash-completion
|
||||
- chromedriver
|
||||
- doxygen
|
||||
- gettext
|
||||
- gifsicle
|
||||
|
|
|
@ -20,7 +20,6 @@ homebrew_installed_packages:
|
|||
# - ansible # Installed via Pip.
|
||||
- autoconf
|
||||
- bash-completion
|
||||
- chromedriver
|
||||
- doxygen
|
||||
- gettext
|
||||
- gifsicle
|
||||
|
@ -51,9 +50,9 @@ homebrew_taps:
|
|||
|
||||
homebrew_cask_appdir: /Applications
|
||||
homebrew_cask_apps:
|
||||
- chromedriver
|
||||
- docker
|
||||
- dropbox
|
||||
# - fing # Download link keeps getting changed, d'oh!
|
||||
- firefox
|
||||
- google-chrome
|
||||
- handbrake
|
||||
|
|
Loading…
Reference in a new issue