Update install.sh

This commit is contained in:
Esteban Mackay Q 2023-08-30 15:21:41 -05:00
parent 38e28f22bd
commit 69bcc68ab1
1 changed files with 2 additions and 2 deletions

View File

@ -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