Update install.sh

This commit is contained in:
Esteban Mackay Q. 2025-01-28 23:33:01 -05:00
parent 977347631c
commit 644e806ed5
1 changed files with 2 additions and 2 deletions

View File

@ -89,6 +89,8 @@ source $HOME/.cargo/env
rustup install 1.72.0
rustup default 1.72.0
sudo pip3 uninstall -y twisted --quiet
sudo pip3 install twisted --quiet
# Instalación de módulos pip según el sistema operativo
if [ "$OS" == "debian" ] && [ "$VERSION" == "12" ]; then
/usr/bin/python3 -m pip install --break-system-packages pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead Twisted spyne Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity
@ -96,8 +98,6 @@ else
/usr/bin/python3 -m pip install --upgrade pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead Twisted spyne Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity
fi
sudo pip3 uninstall -y twisted --quiet
sudo pip3 install twisted --quiet
echo "Instalación completa."
# Configuración adicional (timezone, cron, etc.)