install.sh fails when $HOME/.cargo/bin does not exist
#13
bengsparks
started this conversation in
Bug
Replies: 1 comment 1 reply
-
|
Hey @bengsparks, thanks for the suggestions!! I just edited the install script 19b5a04 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
install.shdoes not check for the existence of the$HOME/.cargo/binprior tomving the contents of the folder generated bymktemp.(anonymised) Output:
A likely fix would be to ensure its existence with mkdir -p or similar?
Beta Was this translation helpful? Give feedback.
All reactions