From 2133900c1c7255d4fece62c75d6884e9e6240c8a Mon Sep 17 00:00:00 2001 From: hp3icc Date: Sat, 11 Oct 2025 19:36:36 -0500 Subject: [PATCH] Update easy-fdmr.sh --- easy-fdmr.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/easy-fdmr.sh b/easy-fdmr.sh index 2fd83e3..42b136f 100644 --- a/easy-fdmr.sh +++ b/easy-fdmr.sh @@ -88,14 +88,16 @@ else fi # Instalación de módulos pip según el sistema operativo -if [ "$OS" == "debian" ] && { [ "$VERSION" == "12" ] || [ "$CODENAME" == "trixie" ]; }; 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 +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 \ + 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 Twisted spyne Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity + /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 sudo pip3 uninstall -y Twisted --quiet pip install Twisted==22.10.0 fi