|
@@ -1,7 +1,7 @@
|
|
#!/bin/bash
|
|
#!/bin/bash
|
|
set -o errexit -o pipefail
|
|
set -o errexit -o pipefail
|
|
if [[ "$OS" = "Darwin" ]]; then
|
|
if [[ "$OS" = "Darwin" ]]; then
|
|
- [[ -d "$HOME/Applications/Google Chrome.app" ]] || brew cask install google-chrome
|
|
|
|
|
|
+ [[ -d "$HOME/Applications/Google Chrome.app/" ]] || brew cask install google-chrome
|
|
else
|
|
else
|
|
if ! has google-chrome && ! has chromium-browser; then
|
|
if ! has google-chrome && ! has chromium-browser; then
|
|
gimme_pkg chromium-browser
|
|
gimme_pkg chromium-browser
|