From 46c3873a00d70f7a488f6b2424b1ab82f1641315 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Apr 2018 10:23:03 -0500 Subject: [PATCH] Issue #61: Use cask install for ChromeDriver. --- README.md | 2 +- default.config.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 778e39b..6fab5de 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/default.config.yml b/default.config.yml index 4226f0d..3eb68ee 100644 --- a/default.config.yml +++ b/default.config.yml @@ -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