Create newinstaller.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user