From 8096ad7794c8bad88f39929cefe76461ecbea59b Mon Sep 17 00:00:00 2001 From: Esteban Mackay Q Date: Fri, 1 Sep 2023 15:34:13 -0500 Subject: [PATCH] Update easy-fdmr.sh --- easy-fdmr.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/easy-fdmr.sh b/easy-fdmr.sh index 59ca523..e2035a5 100644 --- a/easy-fdmr.sh +++ b/easy-fdmr.sh @@ -58,8 +58,6 @@ rm get-pip.py # Instalar paquetes en el entorno virtual sudo apt install -y libssl-dev -python3 -m pip install --no-cache-dir --upgrade pip setuptools -python3 -m pip install --no-cache-dir --upgrade cryptography pyopenssl autobahn Twisted dmr_utils3 bitstring jinja2 MarkupSafe bitarray configparser aprslib attrs wheel service_identity pyOpenSSL mysqlclient tinydb ansi2html mysql-connector-python pandas xlsxwriter cursor pynmea2 maidenhead flask folium mysql-connector resettabletimer setproctitle requests libscrc Pyro5 # Instalar Rust y configurar versión curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y @@ -68,11 +66,8 @@ source $HOME/.cargo/env rustup install 1.72.0 rustup default 1.72.0 -# Crear archivo requirements.txt y instalar paquetes -#cat <