diff --git a/plexupdate.sh b/plexupdate.sh index c6f8c26..12c562d 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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