From a5a3f5c137ddba6d1236ece7f92ac2c5b6611748 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 28 May 2026 22:56:30 -0400 Subject: [PATCH] Update install add libraspberrypi-dev for rpitx --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 6bdc4212..1992de40 100755 --- a/install +++ b/install @@ -620,6 +620,7 @@ fi if [ ! -d "/home/pi/rpitx" ]; then + sudo apt install -y libraspberrypi-dev cd git clone https://github.com/alanbjohnston/rpitx.git cd rpitx