patch for Raspberry Pi 4 reporting as armv7l, whereas Plex only offers armv7hf_neon (#268)

This commit is contained in:
lisanet 2020-02-04 20:31:13 +01:00 committed by GitHub
parent 9e25638a2f
commit fdbc94faf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.