1
0
Fork 0

move rustup installation from pacman to upstream

This commit is contained in:
Pratham Patel 2023-02-03 18:21:01 +05:30
parent 4a7463a5e7
commit 9c5f319598
2 changed files with 10 additions and 1 deletions

View File

@ -32,6 +32,15 @@ nvim +'PlugInstall' +'q' +'q'
nvim +'checkhealth telescope' +'q' +'q'
################################################################################
# Rust
################################################################################
curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs -o rust.sh
bash rust.sh
rm rust.sh
################################################################################
# PARU
################################################################################

View File

@ -41,7 +41,7 @@ PKGS_TO_INSTALL+=(hd-idle hdparm mlocate smartmontools usbutils wol)
PKGS_TO_INSTALL+=(tar unrar unzip xz zip)
# software devel
PKGS_TO_INSTALL+=(cargo-audit cargo-auditable cargo-bloat cargo-depgraph cargo-outdated cargo-spellcheck cargo-update cargo-watch rustup)
PKGS_TO_INSTALL+=(cargo-audit cargo-auditable cargo-bloat cargo-depgraph cargo-outdated cargo-spellcheck cargo-update cargo-watch)
# cross compilation
PKGS_TO_INSTALL+=(aarch64-linux-gnu-gcc riscv64-elf-gcc riscv64-linux-gnu-gcc)