File tree 1 file changed +15
-2
lines changed 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 53
53
printf ' For Mac: https://docs.docker.com/docker-for-mac/install/ \n'
54
54
printf ' For Linux Users: https://docs.docker.com/engine/install/ubuntu/ \n'
55
55
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'
56
63
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'
57
68
fi
58
69
59
70
if hash kubectl 2> /dev/null
93
104
printf ' \xE2\x9D\x8C Argo CLI \n \n'
94
105
95
106
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