Skip to content
New issue

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

Installer script does not work #16

Closed
rgreinho opened this issue Mar 30, 2020 · 0 comments · Fixed by #19
Closed

Installer script does not work #16

rgreinho opened this issue Mar 30, 2020 · 0 comments · Fixed by #19
Assignees
Labels
kind/bug Something isn't working

Comments

@rgreinho
Copy link
Owner

Current Behavior

Nothing gets installed. fetch is required as well as a GITHUB_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

  • Remove the line using the token
  • Replace fetch with curl
@rgreinho rgreinho added the kind/bug Something isn't working label Mar 30, 2020
@rgreinho rgreinho self-assigned this Mar 30, 2020
rgreinho added a commit that referenced this issue Mar 30, 2020
Removes unnecessary use of `GITHUB_TOKEN` and uses `curl` instead `
fetch`.

Fixes #16
@rgreinho rgreinho mentioned this issue Mar 30, 2020
1 task
rgreinho added a commit that referenced this issue Mar 30, 2020
Removes unnecessary use of `GITHUB_TOKEN` and uses `curl` instead `
fetch`.

Fixes #16
rgreinho added a commit that referenced this issue Mar 30, 2020
Removes unnecessary use of `GITHUB_TOKEN` and uses `curl` instead `
fetch`.

Fixes #16
rgreinho added a commit that referenced this issue Mar 30, 2020
Removes unnecessary use of `GITHUB_TOKEN` and uses `curl` instead `
fetch`.

Fixes #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant