From 70ad527b37322e75d471de4edc84565926cf5bea Mon Sep 17 00:00:00 2001 From: AlienMajik <118037572+AlienMajik@users.noreply.github.com> Date: Sun, 11 May 2025 20:09:08 -0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1fd0e79..c0299a1 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,6 @@ To configure the RTL-SDR and test rtl_adsb, you'll need to access the terminal o Once you're in the terminal, you'll likely need to install the RTL-SDR drivers and the rtl_adsb utility. Pwnagotchi is based on Raspbian, so you can use apt-get to install these packages. Run the following commands: ```bash -sudo apt-get update sudo apt-get install rtl-sdr ```