fix: set rustup toolchain
This commit is contained in:
parent
58895d5f30
commit
cb6f368c94
@ -101,6 +101,8 @@ install-rust() {
|
|||||||
log "info" "${GREEN}Rust${RESET_BOLD} already installed, skipping"
|
log "info" "${GREEN}Rust${RESET_BOLD} already installed, skipping"
|
||||||
fi
|
fi
|
||||||
export PATH="${PATH}:${install_path}/cargo/bin"
|
export PATH="${PATH}:${install_path}/cargo/bin"
|
||||||
|
|
||||||
|
rustup default stable
|
||||||
}
|
}
|
||||||
|
|
||||||
install-cargo-binary() {
|
install-cargo-binary() {
|
||||||
|
Loading…
Reference in New Issue
Block a user