adjusting for bullseye installation
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
||||
# Simple new installer
|
||||
HOME=/home/pi
|
||||
USER=pi
|
||||
branch=main
|
||||
branch=bullseye
|
||||
sudo apt update
|
||||
if ! which git &> /dev/null;then
|
||||
sudo apt -y install git
|
||||
@@ -10,6 +10,6 @@ fi
|
||||
git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi
|
||||
echo 'Now, run the following script
|
||||
|
||||
sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config
|
||||
/home/pi/BirdNET-Pi/scripts/birdnet-pi-config
|
||||
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user