diff --git a/bin/other-installs b/bin/other-installs index 0a99167..faa3547 100755 --- a/bin/other-installs +++ b/bin/other-installs @@ -2,11 +2,10 @@ set -eux -install_rustup() { - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -} - -yes 1 | install_rustup +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-install +chmod +x ./rustup-install +./rustup-install -y +rm ./rustup-install . "$HOME/.cargo/env" cargo install sigi