Update install.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-05-25 02:42:23 +00:00
parent dc274f823c
commit 2411df5a55
1 changed files with 2 additions and 2 deletions

View File

@ -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