mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-14 02:26:56 -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
|
||||
AUTOSTART=no
|
||||
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"
|
||||
BUILD="linux-$ARCH"
|
||||
SHOWPROGRESS=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue