Skip to content

Instantly share code, notes, and snippets.

View TopherTimeMachine's full-sized avatar

Topher TopherTimeMachine

View GitHub Profile
@TopherTimeMachine
TopherTimeMachine / sdrangel_pi.sh
Last active March 27, 2025 18:59
SDRangel install script for Rasp Pi
#!/bin/bash
#
# Script to auto build and install SDR Andgel for pi.
#
# Run this script With curl:
# bash <(curl -sL $THIS_RAW_URL_HERE)
#
# based on Symbilote's yt video https://www.youtube.com/watch?v=jBmwiwNyqbI
# and script based on https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux
#