From c46f3230af07dc4a1b2645fa2c9670d8a08c82d7 Mon Sep 17 00:00:00 2001 From: "Esteban Mackay Q." Date: Wed, 29 Jan 2025 17:47:41 -0500 Subject: [PATCH] Update easy-fdmr.sh --- easy-fdmr.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/easy-fdmr.sh b/easy-fdmr.sh index 2511aa3..6bd0390 100644 --- a/easy-fdmr.sh +++ b/easy-fdmr.sh @@ -94,7 +94,9 @@ if [ "$OS" == "debian" ] && [ "$VERSION" == "12" ]; then sudo pip3 uninstall -y twisted --quiet sudo pip3 install twisted --quiet else - /usr/bin/python3 -m pip install --upgrade twisted 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 Twisted 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 echo "Instalación completa."