Merge "scripts: install-deps.sh: Add dnf as supported package manager"

This commit is contained in:
Jenkins 2017-05-15 15:12:19 +00:00 committed by Gerrit Code Review
commit 4bc8674edd

View File

@ -66,7 +66,7 @@ elif [ -x '/usr/bin/dnf' ] || [ -x '/usr/bin/yum' ]; then
)
EXTRA_PKG_DEPS=()
else
echo "ERROR: Supported package manager not found. Supported: apt,yum,zypper"
echo "ERROR: Supported package manager not found. Supported: apt, dnf, yum, zypper"
fi
if ! $(python --version &>/dev/null); then