diff --git a/plexupdate-core b/plexupdate-core index 751c196..dd356d2 100755 --- a/plexupdate-core +++ b/plexupdate-core @@ -235,7 +235,7 @@ parseVersion() { getPlexVersion() { if [ "${REDHAT}" != "yes" ]; then - dpkg-query --showformat='${Version}' --show plexmediaserver 2>/dev/null + dpkg-query --showformat='${Version}' --show plexmediaserver* 2>/dev/null elif hash rpm 2>/dev/null; then local rpmtemp if rpmtemp=$(rpm -q plexmediaserver); then