Add podman to the list container runtimes (#42)

This commit is contained in:
Jordi Sola 2020-03-18 07:19:15 +01:00 committed by GitHub
parent 28484822d6
commit 31828ec6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

3
has
View File

@ -125,7 +125,8 @@ __detect(){
gzip|xz|unar|bzip2) __dynamic_detect--version "${command}" ;;
tar|pv) __dynamic_detect--version "${command}" ;;
docker) __dynamic_detect--version "${command}" ;;
# Container runtimes
docker|podman) __dynamic_detect--version "${command}" ;;
## Database CLI
psql) __dynamic_detect--version "${command}" ;;