-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Bug: the installation command is not working for non posix shells #1659
Comments
I suspect you have |
I think it's more the issue that Just did a few tests and looks like
does function the same way (wrt interactivity etc) on a few platforms |
Ah, OK. I now understand the issue. I'm sorry, but please forget about my comment above! I'm not sure for Xonsh, but another solution is to use curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh | bash |
Hm, perhaps. I think In any case, I've updated atuin.sh! Thanks for the input everyone |
Thanks @ellie ! |
Shouldn't it just be Obviously this is not too important though, since any user can easily remove that. |
Hello! Thank you for atuin it's awesome!
Please fix the installation command on https://atuin.sh/ and in the repository:
This syntax is not working on non POSIX shells like xonsh.
The right way to do this is run
bash -c
command e.g. https://brew.sh/:/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Thanks!
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: