#!/bin/bash
# Run this once after flashing Raspberry Pi OS Lite

sudo apt update && sudo apt install -y ffmpeg

echo ""
echo "FFmpeg installed. Plug in the USB sound card, then run:"
echo "  arecord -l"
echo "Find your USB sound card number and update ALSA_DEVICE in masjid-stream.sh"
echo "(it will look like: card 1: ... — use hw:1,0)"
