mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-20 21:33:16 -07:00
indent with tabs instead of spaces
changed spaces to tabs
This commit is contained in:
parent
a5d183fe5f
commit
b6fc5403f4
1 changed files with 6 additions and 6 deletions
|
@ -308,14 +308,14 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
|||
DISTRO_INSTALL="${REDHAT_INSTALL}"
|
||||
fi
|
||||
elif [ -f /etc/synoinfo.conf ]; then
|
||||
DISTRO="synology"
|
||||
if [ "${PUBLIC}" = "yes" ]; then
|
||||
if [ "${ARCH}" = "x86_64" ]; then
|
||||
BUILD="linux-ubuntu-x86_64"
|
||||
DISTRO="synology"
|
||||
if [ "${PUBLIC}" = "yes" ]; then
|
||||
if [ "${ARCH}" = "x86_64" ]; then
|
||||
BUILD="linux-ubuntu-x86_64"
|
||||
elif [ "${ARCH}" = "x86" ]; then
|
||||
BUILD="linux-synology-i686"
|
||||
BUILD="linux-synology-i686"
|
||||
elif [ "${ARCH}" = "armv7" ]; then
|
||||
BUILD="linux-synology-armv7"
|
||||
BUILD="linux-synology-armv7"
|
||||
fi
|
||||
else
|
||||
BUILD="linux-${ARCH}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue