mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update install.sh
This commit is contained in:
parent
977347631c
commit
644e806ed5
|
|
@ -89,6 +89,8 @@ source $HOME/.cargo/env
|
||||||
rustup install 1.72.0
|
rustup install 1.72.0
|
||||||
rustup default 1.72.0
|
rustup default 1.72.0
|
||||||
|
|
||||||
|
sudo pip3 uninstall -y twisted --quiet
|
||||||
|
sudo pip3 install twisted --quiet
|
||||||
# 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
|
||||||
|
|
@ -96,8 +98,6 @@ 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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo pip3 uninstall -y twisted --quiet
|
|
||||||
sudo pip3 install twisted --quiet
|
|
||||||
echo "Instalación completa."
|
echo "Instalación completa."
|
||||||
|
|
||||||
# Configuración adicional (timezone, cron, etc.)
|
# Configuración adicional (timezone, cron, etc.)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue