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

update-nightly fails on MacOS #6

Open
scottyeck opened this issue Dec 26, 2021 · 1 comment
Open

update-nightly fails on MacOS #6

scottyeck opened this issue Dec 26, 2021 · 1 comment

Comments

@scottyeck
Copy link

scottyeck commented Dec 26, 2021

Per the README...

MacOS (Untested, if you found issues please report them!)

...so here's an issue.

$ nvenv update-nightly
[LOG] Downloading version nightly update ...
######################################################################################################################################################################################################################################################### 100.0%
[LOG] Updating version nightly ...
cp: the -R and -r options may not be specified together.
[ERR] Failed to update Nvim.

On OSX, cp -ar is redundant, as cp -a suffices. Changing the flags on this line has the desired effect.

It appears that this may also be the case on Linux, but I don't trust my reading of the man-page as I'm not a Linux user. If it's not, we could likely get around this with the same system-sniffing checks used here. Happy to issue a PR if you'd like!

@siduck
Copy link

siduck commented Mar 19, 2022

works fine here
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants