8000 Readme update, remove armv6 by robbydyer · Pull Request #601 · robbydyer/sports · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Readme update, remove armv6 #601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ There's a public Discord channel, "RGB Sportsmatrix Help" <https://discord.gg/8v

## Premium Version

There is a premium version of this app that contains some extra features. See the ![Patreon Page](https://patreon.com/RGBLEDMatrixTickerSoftware?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link) for more info
There is a premium version of this app that contains some extra features. See the [Patreon Page](https://patreon.com/RGBLEDMatrixTickerSoftware?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link) for more info

Premium features include:

Expand Down
3 changes: 1 addition & 2 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ aarch64|armv7l)
curl -s "${latesturl}" | grep browser_download_url | grep deb | cut -d: -f2,3 | tr -d \" | wget -qi -
;;
armv6l)
echo "This architecture is deprecated! The last supported version is v0.0.83"
wget -q "https://github.com/robbydyer/sports/releases/download/v0.0.83/sportsmatrix-0.0.83_armv6l.deb"
echo "Sorry, this architecture is not supported. You need a newer Pi with an armv7 processor- Pi 3, 4 or Pi Zero 2"
;;
*)
echo "Unsupported architecture '${ARCH}'"
Expand Down
1 change: 0 additions & 1 deletion script/release-all
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ VERSION="${VERSION/v/}"

BUILDARCH=aarch64 DEB_BUILD=yes VERSION="${VERSION}" "${ROOT}/script/build"
BUILDARCH=armv7l DEB_BUILD=yes VERSION="${VERSION}" "${ROOT}/script/build"
BUILDARCH=armv6l DEB_BUILD=yes VERSION="${VERSION}" "${ROOT}/script/build"
0