fixed comment about naming scheme on Raspberry Pi

This commit is contained in:
Simone Karin Lehmann 2021-06-09 08:59:04 +02:00 committed by Alex Malinovich
commit 9a3019223b

View file

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