ugh
This commit is contained in:
+2
-2
@@ -11,9 +11,9 @@ if ! which git &> /dev/null;then
|
||||
sudo apt update
|
||||
sudo apt -y install git
|
||||
fi
|
||||
git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
|
||||
git clone -b $branch https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
|
||||
|
||||
${HOME}/BirdNET-Pi/scripts/install_birdnet.sh
|
||||
$HOME/BirdNET-Pi/scripts/install_birdnet.sh
|
||||
if [ ${PIPESTATUS[0]} -eq 0 ];then
|
||||
echo "Installation completed successfully"
|
||||
sudo reboot
|
||||
|
||||
Reference in New Issue
Block a user