Skip to content

Instantly share code, notes, and snippets.

@bilson
bilson / install-spyserver-rpi.sh
Last active July 30, 2025 09:24
Install Spyserver in Raspberry Pi for AirspyHF+, mini and R2. Autodetect 32 and 64 bits version.
#!/bin/bash
CURDIR=$(pwd)
CYAN='\033[0;36m'
GREEN='\033[0;32m'
NC='\033[0m'
ORANGE='\033[0;33m'
PURPLE='\033[0;35m'
RED='\033[0;31m'
YELLOW='\033[1;33m'