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
It appears that the install instructions contain an outdated URL being passed to wget. I guess github switched up how to access raw files maybe?
new version: bash <(wget -qO - https://raw.githubusercontent.com/UnchartedBull/OctoDash/main/scripts/install.sh)
The text was updated successfully, but these errors were encountered:
This could possibly have been a temporary problem with Github. Are you able to reproduce it now? wget -qO- https://github.com/UnchartedBull/OctoDash/raw/main/scripts/install.sh works just fine here and wget correctly follows the redirect to the URL you listed.
Sorry, something went wrong.
Yup, works now. Must have been a issue with github last night
No branches or pull requests
It appears that the install instructions contain an outdated URL being passed to wget. I guess github switched up how to access raw files maybe?
new version: bash <(wget -qO - https://raw.githubusercontent.com/UnchartedBull/OctoDash/main/scripts/install.sh)
The text was updated successfully, but these errors were encountered: