16 lines
302 B
Markdown
16 lines
302 B
Markdown
# Python APRS Beacon
|
|
|
|
<img src="https://gitlab.com/hp3icc/python-aprs-beacon/-/raw/main/python-aprs.jpg" width="400" height="380">
|
|
|
|
|
|
# Install
|
|
|
|
```
|
|
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)"
|
|
|
|
```
|