Skip to content

Commit

Permalink
make: docker-install: install Docker.App for MacOS Catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Apr 11, 2023
1 parent 8147e1b commit 627d84b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,10 @@ endif

#pushd scripts 2>/dev/null; for string in *; do sudo chmod -R o+rwx /usr/local/bin/$$string; done; popd 2>/dev/null || echo

docker-install:
@echo "TODO: detect if macos arm64 or intel"
@echo "Install Docker.amd64.68347.dmg if MacOS Catalina - known compatible version!"
@curl -o Docker.amd64.68347.dmg https://desktop.docker.com/mac/main/amd64/68347/Docker.dmg

#######################
.ONESHELL:
Expand Down

0 comments on commit 627d84b

Please sign in to comment.