This commit is contained in:
pika 2025-06-22 11:42:39 +02:00
parent 78cff87120
commit 9e1bb67ef2
2 changed files with 25 additions and 3 deletions

View file

@ -665,7 +665,7 @@ main() {
# ─< d stands for docker >──────────────────────────────────────────────────────────────────
if command_exists docker; then
__docker__
elif command_exists podman-compose; then
elif command_exists podman; then
__podman__
else
echo_missing "docker | podman"