mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-16 02:02:58 -07:00
Changed from RPM tool to yum which should automatically pull in
dependencies. (Djelibeybi)
This commit is contained in:
parent
6f87183a71
commit
e3953d13f1
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ fi
|
||||||
|
|
||||||
if [ "${AUTOINSTALL}" == "yes" ]; then
|
if [ "${AUTOINSTALL}" == "yes" ]; then
|
||||||
if [ "${REDHAT}" == "yes" ]; then
|
if [ "${REDHAT}" == "yes" ]; then
|
||||||
rpm -i "${DOWNLOADDIR}/${FILENAME}"
|
yum localinstall "${DOWNLOADDIR}/${FILENAME}"
|
||||||
else
|
else
|
||||||
dpkg -i "${DOWNLOADDIR}/${FILENAME}"
|
dpkg -i "${DOWNLOADDIR}/${FILENAME}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue