automotiveMastermind / numonic

The second generation prompt for macOS, Linux, and WSL
MIT License
9 stars 5 forks source link

fix(shell): installation instructions fail #12

Open deanhigh opened 2 years ago

deanhigh commented 2 years ago

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

sjk07 commented 2 years ago

@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?

patrickserrano commented 2 years ago

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