commit
5de629acf2
@ -56,7 +56,7 @@ export async function command(params: {
|
||||
?.toString("utf8");
|
||||
} catch {}
|
||||
|
||||
if (commandOutput?.includes("Docker") || commandOutput?.includes("podman")) {
|
||||
if (["Docker", "docker", "podman"].includes(commandOutput?)) {
|
||||
break exit_if_docker_not_installed;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user