diff --git a/newinstaller.sh b/newinstaller.sh new file mode 100644 index 0000000..ebb6d0c --- /dev/null +++ b/newinstaller.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +# Simple new installer +HOME=/home/pi +USER=pi +branch=newinstaller +sudo apt update +if ! which git &> /dev/null;then + sudo apt -y install git +fi +git clone --depth 1 -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi +${HOME}/BirdNET-Pi/birdnet-pi-config