This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |