mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
dcd57f24e3
commit
0f9603555f
10
install.sh
10
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
|
||||
######################################################################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue