diff --git a/README.md b/README.md index ed2e0d7..49e6881 100644 --- a/README.md +++ b/README.md @@ -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)" ```