mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 12:59:40 -07:00
fixed comment about naming scheme on Raspberry Pi
This commit is contained in:
parent
ff510d09d8
commit
f656725397
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