Changed from RPM tool to yum which should automatically pull in

dependencies. (Djelibeybi)
This commit is contained in:
Henric Andersson 2015-02-01 22:28:25 -08:00
parent 6f87183a71
commit e3953d13f1

View file

@ -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