mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03: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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue