mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
8737811538
commit
9c522a45ea
|
|
@ -94,8 +94,10 @@ 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" ]; then
|
if [ "$OS" == "debian" ] && [ "$VERSION" == "12" ]; 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
|
/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
|
||||||
sudo pip3 uninstall -y twisted --quiet
|
source myenv/bin/activate
|
||||||
sudo pip3 install twisted --quiet
|
/usr/bin/python3 -m pip uninstall --break-system-packages twisted -y
|
||||||
|
/usr/bin/python3 -m pip install --break-system-packages twisted==22.10.0
|
||||||
|
deactivate
|
||||||
else
|
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 Twisted spyne Pyro5 bitstring bitarray dmr_utils3 configparser resettabletimer setuptools wheel MarkupSafe service-identity
|
||||||
sudo pip3 uninstall -y twisted --quiet
|
sudo pip3 uninstall -y twisted --quiet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue