expanded podman support
This commit is contained in:
parent
acb4e260a7
commit
981ca7e9a4
@ -56,7 +56,11 @@ export async function command(params: {
|
||||
?.toString("utf8");
|
||||
} catch {}
|
||||
|
||||
if (commandOutput?.includes("Docker") || commandOutput?.includes("podman")) {
|
||||
if (
|
||||
commandOutput?.includes("Docker") ||
|
||||
commandOutput?.includes("docker") ||
|
||||
commandOutput?.includes("podman")
|
||||
) {
|
||||
break exit_if_docker_not_installed;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user