File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 5353 printf ' For Mac: https://docs.docker.com/docker-for-mac/install/ \n'
5454 printf ' For Linux Users: https://docs.docker.com/engine/install/ubuntu/ \n'
5555 printf ' For Windows: https://docs.docker.com/docker-for-windows/install/ \n \n'
56+ fi
57+
58+ if hash podman 2> /dev/null
59+ then
60+ printf ' \xE2\x9C\x85 Podman CLI \n'
61+ else
62+ printf ' \xE2\x9D\x8C Podman CLI \n \n'
5663
64+ printf ' Download the Podman CLI using the links below: \n'
65+ printf ' For Mac: https://podman.io/docs/installation#macos \n'
66+ printf ' For Linux Users: https://podman.io/docs/installation#linux-distributions \n'
67+ printf ' For Windows: https://podman.io/docs/installation#windows \n \n'
5768fi
5869
5970if hash kubectl 2> /dev/null
93104 printf ' \xE2\x9D\x8C Argo CLI \n \n'
94105
95106 printf ' Download the Argo CLI using the links below: \n'
96- printf ' For All Users: https://argoproj.github.io/argo-cd/cli_installation/ \n \n'
97- fi
107+ printf ' For All Users: https://argo-cd.readthedocs.io/en/stable/cli_installation/ \n \n'
108+ fi
109+
110+ printf " \nInstall either Docker or Podman, it's not necessary to install both\n"
You can’t perform that action at this time.
0 commit comments