Update README.md

This commit is contained in:
RaspbianProyect by HP3ICC 2023-06-06 23:44:00 +00:00
parent b8d76af338
commit 3991744c3b
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@
# Install
```
sh -c "$(curl -fsSL https://gitlab.com/hp3icc/python-aprs-beacon/-/raw/main/install-py-aprs.sh)"
apt update
apt-get install curl sudo -y
bash -c "$(curl -fsSL https://gitlab.com/hp3icc/python-aprs-beacon/-/raw/main/install-py-aprs.sh)"
```