wip
This commit is contained in:
parent
78cff87120
commit
9e1bb67ef2
2 changed files with 25 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue