diff options
| author | Delmar Davis <ddavis@laika.com> | 2021-09-07 09:47:47 -0700 |
|---|---|---|
| committer | Delmar Davis <ddavis@laika.com> | 2021-09-07 09:47:47 -0700 |
| commit | 26aa8d740f364fa2acbc519f4ddaf0de91ac1d7f (patch) | |
| tree | 2a93ac735604466bfb4550950b74bf117f890184 /brewscript.sh | |
| parent | bbdf527a23c449a06e20b73f5a789758460d9f2a (diff) | |
docker without --cask doesnt install application/daemon
Diffstat (limited to 'brewscript.sh')
| -rw-r--r-- | brewscript.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/brewscript.sh b/brewscript.sh index c9990ee..d554c99 100644 --- a/brewscript.sh +++ b/brewscript.sh @@ -69,6 +69,7 @@ brew install tmux #xquartz brew install --cask xquartz #docker -brew install docker +#brew install docker +brew install --cask docker #kubectl -brew instal kubectl
\ No newline at end of file +brew install kubectl
\ No newline at end of file |
