mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-31 12:00:07 -07:00
naming scheme for Raspberry Pi package changed again. Now it's armv7neon instead of armv7hf_neon
This commit is contained in:
parent
4d13feb6b1
commit
b7b301852d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ AUTOUPDATE=no
|
||||||
AUTOSTART=no
|
AUTOSTART=no
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
# patch for Raspberry Pi reporting as armv7l, whereas Plex only offers armv7hf_neon
|
# patch for Raspberry Pi reporting as armv7l, whereas Plex only offers armv7hf_neon
|
||||||
[ "$ARCH" = "armv7l" ] && ARCH="armv7hf_neon"
|
[ "$ARCH" = "armv7l" ] && ARCH="armv7neon"
|
||||||
BUILD="linux-$ARCH"
|
BUILD="linux-$ARCH"
|
||||||
SHOWPROGRESS=no
|
SHOWPROGRESS=no
|
||||||
WGETOPTIONS="" # extra options for wget. Used for progress bar.
|
WGETOPTIONS="" # extra options for wget. Used for progress bar.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue