From c2727b9485f186f3fb7919759a68fb3ba470fafc Mon Sep 17 00:00:00 2001 From: Devin Slick Date: Fri, 23 Oct 2015 17:53:51 -0500 Subject: [PATCH] Fixed Typo --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 42e42df..40e5406 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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