mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-30 19:40:06 -07:00
remove redundant line of code
BUILD="linux-${ARCH}" is already done at line 56 Co-Authored-By: Alex Malinovich <alexmalinovich@gmail.com>
This commit is contained in:
parent
ec89f90547
commit
70888ea8bd
1 changed files with 0 additions and 1 deletions
|
@ -309,7 +309,6 @@ if [ -z "${DISTRO_INSTALL}" ]; then
|
|||
fi
|
||||
elif [ -f /etc/synoinfo.conf ]; then
|
||||
DISTRO="synology"
|
||||
BUILD="linux-${ARCH}"
|
||||
DISTRO_INSTALL="synopkg install"
|
||||
else
|
||||
REDHAT=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue