diff --git a/plexupdate.sh b/plexupdate.sh index 679ab9c..36a6f56 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -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.