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."