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

fix(shell): installation instructions fail #12

Open
1 task done
deanhigh opened this issue Jan 7, 2022 · 2 comments
Open
1 task done

fix(shell): installation instructions fail #12

deanhigh opened this issue Jan 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@deanhigh
Copy link

deanhigh commented Jan 7, 2022

Commands to Reproduce

curl --fail --silent --show-error --location https://numonic.sh/bootstrap.sh | sh -s

Expected Results

Installation of numonic

Actual Results

curl: (7) Failed to connect to numonic.sh port 443: Connection refused

Any additional logs that will help us?

No response

Operating System(s)

macOS

Operating System (Other)

No response

Architecture

amd64 / x86_64

Shell

zsh

Terminal Program(s)

other

Terminal Program(s) (Other)

iterm2

What is the output from uname -srv on the system(s) where the bug is occurring?

Darwin 20.6.0 Darwin Kernel Version 20.6.0: Wed Nov 10 22:23:07 PST 2021; root:xnu-7195.141.14~1/RELEASE_X86_64

Code of Conduct

  • I agree to follow this project's code of conduct
@deanhigh deanhigh added bug Something isn't working needs triage Issue needs to be reviewed labels Jan 7, 2022
@sjk07
Copy link
Member

sjk07 commented Jan 26, 2022

@deanhigh Thanks for submitting the bug. I can confirm this issue. To get around this until we have the url working you can target the GitHub repo directly

curl --fail --silent --show-error --location https://raw.githubusercontent.com/automotiveMastermind/numonic/main/bootstrap.sh | sh -s

@dmccaffery can we get the uri to resolve correctly?

@sjk07 sjk07 removed the needs triage Issue needs to be reviewed label Jan 26, 2022
@patrickserrano
Copy link

@sjk07 thanks for sharing the workaround, ran into this when attempting to install in my new laptop ;)

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

No branches or pull requests

3 participants