This commit is contained in:
Joseph Garrone 2025-01-24 21:26:43 +01:00
parent 484adb607f
commit ab9a962f58

View File

@ -58,9 +58,13 @@ export async function command(params: {
commandOutput = ""; commandOutput = "";
} }
if (["docker", "podman"].includes(commandOutput.toLowerCase())) { commandOutput = commandOutput.trim().toLowerCase();
for (const term of ["docker", "podman"]) {
if (commandOutput.includes(term)) {
break exit_if_docker_not_installed; break exit_if_docker_not_installed;
} }
}
console.log( console.log(
[ [