From 3991744c3bbcae97537015f919bbdcce0848f860 Mon Sep 17 00:00:00 2001 From: RaspbianProyect by HP3ICC Date: Tue, 6 Jun 2023 23:44:00 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)" ```