remove old build values

remove check for plexpass version as now public versions also use new build versions.
This commit is contained in:
Max 2019-06-05 15:02:24 -04:00
commit ec89f90547
No known key found for this signature in database
GPG key ID: 0BDA73476CD8AB10

View file

@ -309,17 +309,7 @@ if [ -z "${DISTRO_INSTALL}" ]; then
fi
elif [ -f /etc/synoinfo.conf ]; then
DISTRO="synology"
if [ "${PUBLIC}" = "yes" ]; then
if [ "${ARCH}" = "x86_64" ]; then
BUILD="linux-ubuntu-x86_64"
elif [ "${ARCH}" = "x86" ]; then
BUILD="linux-synology-i686"
elif [ "${ARCH}" = "armv7" ]; then
BUILD="linux-synology-armv7"
fi
else
BUILD="linux-${ARCH}"
fi
BUILD="linux-${ARCH}"
DISTRO_INSTALL="synopkg install"
else
REDHAT=no