Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-18 14:55:27 -05:00
committed by GitHub
parent e7db0e1789
commit ce02b13af4
+1 -1
View File
@@ -10,7 +10,7 @@ if ! which git &> /dev/null;then
sudo apt update sudo apt update
sudo apt -y install git sudo apt -y install git
fi fi
git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi 2&>1 && 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 if [ ${PIPESTATUS[0]} -eq 0 ];then
echo "Installation completed successfully" echo "Installation completed successfully"