Build a base radiodan install from a clean raspbian distro.
git clone https://github.com/radiodan/cold_start.git
cd ~/cold_start
sudo ./provision.sh
sudo raspi-config
as usual to expand the filesystem etc.This is dangerous, so be careful when using it.
Running provision.ssh
with the --force-yes
flag will NOT ask you for permission before installing things. It's useful if you want to automate set-up.