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
I tried installing via cargo and that didn't work (#56), so I tried using the curl | bash method and that failed too.
$ curl -sfSL https://raw.githubusercontent.com/innobead/huber/master/hack/install.sh | bash bash: line 14: BASH_SOURCE: unbound variable ++(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }uname bash: line 14: BASH_SOURCE: unbound variable
Should work.
Linux duncan-desktop 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Doing what the bash script does, manually, works fine - huber seems to work fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I tried installing via cargo and that didn't work (#56), so I tried using the curl | bash method and that failed too.
To Reproduce
Expected behavior
Should work.
Environment
Linux duncan-desktop 5.15.0-48-generic #54-Ubuntu SMP Fri Aug 26 13:26:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Doing what the bash script does, manually, works fine - huber seems to work fine.
The text was updated successfully, but these errors were encountered: