mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-07-12 16:22:58 -07:00
patch for Raspberry Pi 4 reporting as armv7l, whereas Plex only offers armv7hf_neon
This commit is contained in:
parent
54da6bca99
commit
0fdfb52d29
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ AUTODELETE=no
|
|||
AUTOUPDATE=no
|
||||
AUTOSTART=no
|
||||
ARCH=$(uname -m)
|
||||
# patch for Raspberry Pi 4 reporting as armv7l, whereas Plex only offers armv7hf_neon
|
||||
cat /proc/cpuinfo | grep -q "Raspberry Pi 4" && ARCH=armv7hf_neon
|
||||
BUILD="linux-$ARCH"
|
||||
SHOWPROGRESS=no
|
||||
WGETOPTIONS="" # extra options for wget. Used for progress bar.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue