We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I have a dot3k, and I'm re-installing on a Pi4 / Raspberry Pi OS Lite (64bit Debian Bookworm).
The install instructions download the redirect file:
$ curl -sS get.pimoroni.com/displayotron <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Could you please update so it follows redirects: curl -sSL get.pimoroni.com/displayotron | bash
curl -sSL get.pimoroni.com/displayotron | bash
Thanks 😁
The text was updated successfully, but these errors were encountered:
The install scripts are rendered obsolete by changes in Raspberry Pi OS and no longer maintained.
You should be able to set up a virtual environment - as documented in https://pimoroni.github.io/venv-python/ - and pip install dot3k
pip install dot3k
Sorry, something went wrong.
No branches or pull requests
Hi! I have a dot3k, and I'm re-installing on a Pi4 / Raspberry Pi OS Lite (64bit Debian Bookworm).
The install instructions download the redirect file:
Could you please update so it follows redirects:
curl -sSL get.pimoroni.com/displayotron | bash
Thanks 😁
The text was updated successfully, but these errors were encountered: