From f656725397efbe2a2fb68fb0c13cf4fb5d6604bb Mon Sep 17 00:00:00 2001 From: Simone Karin Lehmann Date: Wed, 9 Jun 2021 08:59:04 +0200 Subject: [PATCH] fixed comment about naming scheme on Raspberry Pi --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 36a6f56..1c6851f 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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