From 0f9603555f3d50260bf9dcd7d03d0f9f4e1c5ed8 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Tue, 6 Jun 2023 22:24:46 +0000 Subject: [PATCH] Update install.sh --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/install.sh b/install.sh index 0c0a799..7a561be 100644 --- a/install.sh +++ b/install.sh @@ -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 ######################################################################################################################