|
|
|
|
@ -68,32 +68,28 @@ source $HOME/.cargo/env
|
|
|
|
|
rustup install 1.71.1
|
|
|
|
|
rustup default 1.71.1
|
|
|
|
|
|
|
|
|
|
pip install --no-cache-dir --upgrade cryptography
|
|
|
|
|
pip install --no-cache-dir --upgrade pyopenssl
|
|
|
|
|
pip install --no-cache-dir --upgrade autobahn
|
|
|
|
|
pip install --no-cache-dir --upgrade Twisted
|
|
|
|
|
pip install --no-cache-dir --upgrade dmr_utils3
|
|
|
|
|
pip install --no-cache-dir --upgrade bitstring
|
|
|
|
|
pip install --no-cache-dir --upgrade jinja2
|
|
|
|
|
pip install --no-cache-dir --upgrade MarkupSafe
|
|
|
|
|
pip install --no-cache-dir --upgrade bitarray
|
|
|
|
|
pip install --no-cache-dir --upgrade configparser
|
|
|
|
|
pip install --no-cache-dir --upgrade aprslib
|
|
|
|
|
pip install --no-cache-dir --upgrade attrs
|
|
|
|
|
pip install --no-cache-dir --upgrade setuptools
|
|
|
|
|
pip install --no-cache-dir --upgrade wheel
|
|
|
|
|
pip install --no-cache-dir --upgrade service_identity
|
|
|
|
|
pip install --no-cache-dir --upgrade pyOpenSSL
|
|
|
|
|
pip install --no-cache-dir --upgrade mysqlclient
|
|
|
|
|
pip install --no-cache-dir --upgrade tinydb
|
|
|
|
|
pip install --no-cache-dir --upgrade ansi2html
|
|
|
|
|
# Desactivar el entorno virtual
|
|
|
|
|
deactivate
|
|
|
|
|
|
|
|
|
|
# Crear archivo requirements.txt y instalar paquetes
|
|
|
|
|
cat <<EOF | sudo tee /opt/requirements.txt
|
|
|
|
|
cryptography
|
|
|
|
|
pyopenssl
|
|
|
|
|
autobahn
|
|
|
|
|
Twisted
|
|
|
|
|
dmr_utils3
|
|
|
|
|
bitstring
|
|
|
|
|
jinja2
|
|
|
|
|
MarkupSafe
|
|
|
|
|
bitarray
|
|
|
|
|
configparser
|
|
|
|
|
aprslib
|
|
|
|
|
attrs
|
|
|
|
|
setuptools
|
|
|
|
|
wheel
|
|
|
|
|
service_identity
|
|
|
|
|
pyOpenSSL
|
|
|
|
|
mysqlclient
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
sudo pip install --no-cache-dir --upgrade -r /opt/requirements.txt
|
|
|
|
|
|
|
|
|
|
echo "Instalación completa."
|
|
|
|
|
|
|
|
|
|
##############
|
|
|
|
|
|