Update easy-fdmr.sh

main
hp3icc 2 months ago
parent 2133900c1c
commit 74017e91e8

@ -89,15 +89,15 @@ fi
# Instalación de módulos pip según el sistema operativo # Instalación de módulos pip según el sistema operativo
if [ "$OS" == "debian" ] && { [ "$VERSION" == "12" ] || [ "$VERSION" == "13" ] || [ "$CODENAME" == "trixie" ]; }; then 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 Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity
source myenv/bin/activate source myenv/bin/activate
/usr/bin/python3 -m pip uninstall --break-system-packages Twisted -y /usr/bin/python3 -m pip uninstall --break-system-packages Twisted -y
/usr/bin/python3 -m pip install --break-system-packages Twisted==22.10. /usr/bin/python3 -m pip install --break-system-packages Twisted==22.10.
deactivate deactivate
else else
/usr/bin/python3 -m pip install --upgrade pyOpenSSL autobahn jinja2 dmr-utils3 ansi2html aprslib tinydb mysqlclient setproctitle pynmea2 maidenhead spyne \ /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 Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity
sudo pip3 uninstall -y Twisted --quiet sudo pip3 uninstall -y Twisted --quiet
pip install Twisted==22.10.0 pip install Twisted==22.10.0
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.