diff --git a/functions b/functions index e9c60615e6..6ae650eb8e 100644 --- a/functions +++ b/functions @@ -909,7 +909,7 @@ function is_package_installed() { fi if [[ "$os_PACKAGE" = "deb" ]]; then - dpkg -l "$@" > /dev/null + dpkg -l "$@" > /dev/null 2> /dev/null elif [[ "$os_PACKAGE" = "rpm" ]]; then rpm --quiet -q "$@" else