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
Nothing gets installed. fetch is required as well as a GITHUB_TOKEN in spite of the fact that is unnecessary.
fetch
GITHUB_TOKEN
The installer must not require an external piece of software for the installation, neither a GITHUB_TOKEN as the project is open source.
The text was updated successfully, but these errors were encountered:
Fix installer
23a3483
Removes unnecessary use of `GITHUB_TOKEN` and uses `curl` instead ` fetch`. Fixes #16
9d7109b
b36e1a0
Fix installer (#19)
27c8c1e
rgreinho
Successfully merging a pull request may close this issue.
Current Behavior
Nothing gets installed.
fetch
is required as well as aGITHUB_TOKEN
in spite of the fact that is unnecessary.Expected Behavior
The installer must not require an external piece of software for the installation, neither a
GITHUB_TOKEN
as the project is open source.Possible Solution
fetch
with curlThe text was updated successfully, but these errors were encountered: