naming scheme for Raspberry Pi package changed again. Now it's armv7neon instead of armv7hf_neon

This commit is contained in:
Simone Karin Lehmann 2021-06-04 22:44:19 +02:00 committed by Alex Malinovich
parent 4d13feb6b1
commit b7b301852d

View file

@ -54,7 +54,7 @@ AUTOUPDATE=no
AUTOSTART=no
ARCH=$(uname -m)
# patch for Raspberry Pi reporting as armv7l, whereas Plex only offers armv7hf_neon
[ "$ARCH" = "armv7l" ] && ARCH="armv7hf_neon"
[ "$ARCH" = "armv7l" ] && ARCH="armv7neon"
BUILD="linux-$ARCH"
SHOWPROGRESS=no
WGETOPTIONS="" # extra options for wget. Used for progress bar.