diff options
| author | Delmar Davis <ddavis@laika.com> | 2021-09-07 21:17:03 -0700 |
|---|---|---|
| committer | Delmar Davis <ddavis@laika.com> | 2021-09-07 21:17:03 -0700 |
| commit | 6e731e671b91241199ad5f3d00c9de9446d06b8f (patch) | |
| tree | 369e3bc94d88a31fb7f4ffc80239f64508e35507 | |
| parent | 26aa8d740f364fa2acbc519f4ddaf0de91ac1d7f (diff) | |
#--- only the cask installs the app/daemon
:
| -rw-r--r-- | brewscript.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/brewscript.sh b/brewscript.sh index d554c99..cbd72fb 100644 --- a/brewscript.sh +++ b/brewscript.sh @@ -70,6 +70,8 @@ brew install tmux brew install --cask xquartz #docker #brew install docker +#--- only the cask installs the app/daemon +brew rm docker brew install --cask docker #kubectl -brew install kubectl
\ No newline at end of file +brew install kubectl |
