mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 04:49:34 -07:00
Generalize Raspberry Pi support to all "armv7l" architectures
This commit is contained in:
parent
fdbc94faf4
commit
fc5bc96b69
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ AUTODELETE=no
|
||||||
AUTOUPDATE=no
|
AUTOUPDATE=no
|
||||||
AUTOSTART=no
|
AUTOSTART=no
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
# patch for Raspberry Pi 4 reporting as armv7l, whereas Plex only offers armv7hf_neon
|
# patch for Raspberry Pi reporting as armv7l, whereas Plex only offers armv7hf_neon
|
||||||
cat /proc/cpuinfo | grep -q "Raspberry Pi 4" && ARCH=armv7hf_neon
|
[ "$ARCH" = "armv7l" ] && ARCH="armv7hf_neon"
|
||||||
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