diff --git a/plexupdate.sh b/plexupdate.sh index af9631d..60bb469 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -240,7 +240,7 @@ fi if [ "${AUTOINSTALL}" == "yes" ]; then if [ "${REDHAT}" == "yes" ]; then - rpm -i "${DOWNLOADDIR}/${FILENAME}" + yum localinstall "${DOWNLOADDIR}/${FILENAME}" else dpkg -i "${DOWNLOADDIR}/${FILENAME}" fi