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
Installation yields an error
# bash install-release.sh + main + identify_the_operating_system_and_architecture ++ uname + [[ OpenBSD == \O\p\e\n\B\S\D ]] + case "$(arch -s)" in ++ arch -s + BIT=64 + judgment_parameters + [[ 0 -gt 0 ]] install-release.sh: line 401: HELP: unbound variable
I don't see where HELP should be set on installation, so either it needs a default or remove u option at the top.
HELP
u
P.S. Also, is this repo alive? If so, I can make PR trying to fix it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installation yields an error
I don't see where
HELP
should be set on installation, so either it needs a default or removeu
option at the top.P.S. Also, is this repo alive? If so, I can make PR trying to fix it.
The text was updated successfully, but these errors were encountered: