diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-05-08 14:30:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 14:30:41 +0100 |
| commit | 220e2d05e332580d7b4dafe56b8da157fed7ea6e (patch) | |
| tree | fd3e68f9a5e6d35c17ba8eb35def8ab5ca336d5d | |
| parent | Add ATUIN_NOBIND (#62) (diff) | |
| download | atuin-220e2d05e332580d7b4dafe56b8da157fed7ea6e.zip | |
Put cargo install in the right place (#63)
Resolves #61
Diffstat (limited to '')
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -115,8 +115,9 @@ __atuin_install_cargo(){ echo "rustup installed! Attempting cargo install" - cargo install atuin fi + + cargo install atuin } __atuin_install_unsupported(){ |
