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

Install command doesn't work on NuShell #303

Open
serramatutu opened this issue Aug 16, 2021 · 2 comments
Open

Install command doesn't work on NuShell #303

serramatutu opened this issue Aug 16, 2021 · 2 comments

Comments

@serramatutu
Copy link

serramatutu commented Aug 16, 2021

Hello! I'm using NuShell as my primary shell and the install script doesn't work:

bash -c "$(wget -qO- https://git.io/vQgMr)"

The reason it doesn't work in nushell is because the eval expression $() is not a valid syntax for it.

@serramatutu serramatutu changed the title Change install command to be shell-independent Install command doesn't work on NuShell Aug 16, 2021
@vijay-prema
Copy link

Also, it doesn't work in Fish shell for similar reasons I think

@vijay-prema
Copy link

So I dont know if this is good or bad, but I made it work from Fish by running this:

bash -c 'bash -c "$(wget -qO- https://git.io/vQgMr)"'

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