diff options
| -rwxr-xr-x | setup/core/packages/install_rust.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/core/packages/install_rust.sh b/setup/core/packages/install_rust.sh index 9d89f8a..921a533 100755 --- a/setup/core/packages/install_rust.sh +++ b/setup/core/packages/install_rust.sh | |||
| @@ -4,4 +4,4 @@ | |||
| 4 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | 4 | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y |
| 5 | echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc | 5 | echo '[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env"' >> ~/.bashrc |
| 6 | source "$HOME/.cargo/env" | 6 | source "$HOME/.cargo/env" |
| 7 | cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep | 7 | cargo install cargo-clone-crate cargo-edit cargo-info evcxr_jupyter bacon du-dust ripgrep bandwhich |
