From 241fe12e04e079af352edf1f13280cfeae33d8e7 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Thu, 19 Apr 2018 22:58:12 -0700 Subject: [PATCH] More cleanup --- extras/installer.sh | 1 - plexupdate.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/installer.sh b/extras/installer.sh index 28c9f76..399f1d8 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -38,7 +38,6 @@ install() { sleep 1 [ -z "$DISTRO_INSTALL" ] && check_distro - echo "Installing using '$DISTRO_INSTALL $1'" if [ $EUID -ne 0 ]; then sudo $DISTRO_INSTALL $1 || abort "Failed while trying to install '$1'. Please install it manually and try again." diff --git a/plexupdate.sh b/plexupdate.sh index 105f915..f8c71ad 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -300,7 +300,7 @@ if [ -z "${DISTRO_INSTALL}" ]; then check_distro BUILD="linux-ubuntu-${ARCH}" if [ "${FORCE}" = "yes" ]; then - DISTRO_INSTALL="${DISTRO REINSTALL}" + DISTRO_INSTALL="${DISTRO_REINSTALL}" fi elif [ -z "${DISTRO}" -o -z "${BUILD}" ]; then error "You must define both DISTRO and BUILD"