mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -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
|
||||
sudo yum -y install "${DOWNLOADDIR}/${FILENAME}"
|
||||
else
|
||||
sudo dpkg -i "${DOWNLOADDIR}/${FILENAME}" if [ "${AUTOINSTALL}" == "yes" ]; then
|
||||
sudo dpkg -i "${DOWNLOADDIR}/${FILENAME}"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue