From 74017e91e8f4eb2591375478498ccefd05a5c0af Mon Sep 17 00:00:00 2001 From: hp3icc Date: Sat, 11 Oct 2025 20:11:32 -0500 Subject: [PATCH] Update easy-fdmr.sh --- easy-fdmr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/easy-fdmr.sh b/easy-fdmr.sh index 42b136f..34fb427 100644 --- a/easy-fdmr.sh +++ b/easy-fdmr.sh @@ -89,15 +89,15 @@ fi # Instalación de módulos pip según el sistema operativo if [ "$OS" == "debian" ] && { [ "$VERSION" == "12" ] || [ "$VERSION" == "13" ] || [ "$CODENAME" == "trixie" ]; }; then - /usr/bin/python3 -m pip install --break-system-packages pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead spyne \ + /usr/bin/python3 -m pip install --break-system-packages Twisted pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead spyne \ Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity source myenv/bin/activate /usr/bin/python3 -m pip uninstall --break-system-packages Twisted -y /usr/bin/python3 -m pip install --break-system-packages Twisted==22.10. deactivate else - /usr/bin/python3 -m pip install --upgrade pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead spyne \ - Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity + /usr/bin/python3 -m pip install --upgrade Twisted pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead spyne \ + Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity sudo pip3 uninstall -y Twisted --quiet pip install Twisted==22.10.0 fi