mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -07:00
Merge pull request #24 from knightabe/remove_deprecated_yum_localinstall
yum localinstall is deprecated, install will handle local files as well.
This commit is contained in:
commit
ea071d81df
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ fi
|
|||
|
||||
if [ "${AUTOINSTALL}" == "yes" ]; then
|
||||
if [ "${REDHAT}" == "yes" ]; then
|
||||
sudo yum -y localinstall "${DOWNLOADDIR}/${FILENAME}"
|
||||
sudo yum -y install "${DOWNLOADDIR}/${FILENAME}"
|
||||
else
|
||||
sudo dpkg -i "${DOWNLOADDIR}/${FILENAME}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue