From 5ccb19eca94460bcaf7565f18ba096c979d7ef93 Mon Sep 17 00:00:00 2001 From: Sergio Pernas Date: Thu, 19 May 2022 13:05:11 -0300 Subject: [PATCH] update --- raspberry/instalador | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raspberry/instalador b/raspberry/instalador index 4bb8b3c..1f204e3 100755 --- a/raspberry/instalador +++ b/raspberry/instalador @@ -26,8 +26,8 @@ ficheros="bin envs arduinos.py generador_json funciones registrador desinstalar" echo "1. Instalando dependencias " -#apt update && apt install -y python3-pip jsonlint jq uuid -#pip3 install pyserial +apt update && apt install -y python3-pip jsonlint jq uuid +pip3 install pyserial echo ""