From 2411df5a55be8ec5fbc1c9354345b2a43dbf133d Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Thu, 25 May 2023 02:42:23 +0000 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 458d289..96ba437 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash sudo apt update -sudo apt install python3 python3-pip -y -sudo pip install aprslib +sudo apt install python3 -y + if [ -d "/opt/python-aprs" ] then