mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 05:13:19 -07:00
remove old build values
remove check for plexpass version as now public versions also use new build versions.
This commit is contained in:
parent
b6fc5403f4
commit
ec89f90547
1 changed files with 1 additions and 11 deletions
|
@ -309,17 +309,7 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
||||||
fi
|
fi
|
||||||
elif [ -f /etc/synoinfo.conf ]; then
|
elif [ -f /etc/synoinfo.conf ]; then
|
||||||
DISTRO="synology"
|
DISTRO="synology"
|
||||||
if [ "${PUBLIC}" = "yes" ]; then
|
BUILD="linux-${ARCH}"
|
||||||
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
|
|
||||||
DISTRO_INSTALL="synopkg install"
|
DISTRO_INSTALL="synopkg install"
|
||||||
else
|
else
|
||||||
REDHAT=no
|
REDHAT=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue