mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -07:00
fixed comment about naming scheme on Raspberry Pi
This commit is contained in:
parent
b7b301852d
commit
9a3019223b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ AUTODELETE=no
|
||||||
AUTOUPDATE=no
|
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 armv7neon
|
||||||
[ "$ARCH" = "armv7l" ] && ARCH="armv7neon"
|
[ "$ARCH" = "armv7l" ] && ARCH="armv7neon"
|
||||||
BUILD="linux-$ARCH"
|
BUILD="linux-$ARCH"
|
||||||
SHOWPROGRESS=no
|
SHOWPROGRESS=no
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue