Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-06 22:24:46 +00:00
parent dcd57f24e3
commit 0f9603555f
1 changed files with 10 additions and 0 deletions

View File

@ -40,6 +40,16 @@ sudo sed -i 's/CONF_SWAPSIZE=.*/CONF_SWAPSIZE=0/' /etc/dphys-swapfile
fi
#
#####################################################################################################################
# rust
#####################################################################################################################
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
chmod +x rustup.sh
./rustup.sh -y
source "$HOME/.cargo/env"
rustup update
rustup update stable
#rustc --version
######################################################################################################################
# Cronedit
######################################################################################################################