diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index b622593ff..2e61c7f2f 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -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