From 644e806ed584aa4ccdd380feed86f87bfa78e3e6 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Tue, 28 Jan 2025 23:33:01 -0500 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a06c473..ed49aba 100644 --- a/install.sh +++ b/install.sh @@ -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.)