mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
38e28f22bd
commit
69bcc68ab1
|
|
@ -65,8 +65,8 @@ python3 -m pip install --no-cache-dir --upgrade cryptography pyopenssl autobahn
|
|||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
source $HOME/.cargo/env
|
||||
|
||||
rustup install 1.71.1
|
||||
rustup default 1.71.1
|
||||
rustup install 1.72.0
|
||||
rustup default 1.72.0
|
||||
|
||||
# Crear archivo requirements.txt y instalar paquetes
|
||||
#cat <<EOF | sudo tee /opt/requirements.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue