Skip to content

Commit 1282d79

Browse files
author
Ben Swinney
committed
Add Podman CLI check
1 parent 858916c commit 1282d79

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/scripts/system-check.sh

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,18 @@ else
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'
5768
fi
5869

5970
if hash kubectl 2>/dev/null
@@ -93,5 +104,7 @@ else
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"

0 commit comments

Comments
 (0)