mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 12:59:40 -07:00
Fixed Typo
This commit is contained in:
parent
32b53de62a
commit
c2727b9485
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ if [ "${AUTOINSTALL}" == "yes" ]; then
|
||||||
if [ "${REDHAT}" == "yes" ]; then
|
if [ "${REDHAT}" == "yes" ]; then
|
||||||
sudo yum -y install "${DOWNLOADDIR}/${FILENAME}"
|
sudo yum -y install "${DOWNLOADDIR}/${FILENAME}"
|
||||||
else
|
else
|
||||||
sudo dpkg -i "${DOWNLOADDIR}/${FILENAME}" if [ "${AUTOINSTALL}" == "yes" ]; then
|
sudo dpkg -i "${DOWNLOADDIR}/${FILENAME}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue