Update newinstaller.sh

This commit is contained in:
Patrick McGuire
2022-02-18 15:32:44 -05:00
committed by GitHub
parent 6584d76690
commit 806f1b5f45
+1 -2
View File
@@ -9,8 +9,7 @@ if ! which git &> /dev/null;then
sudo apt -y install git
fi
git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
set -x
exec > >(tee -i installation$(date +%F).txt) 2>&1
${HOME}/BirdNET-Pi/scripts/install_birdnet.sh
if [ ${PIPESTATUS[0]} -eq 0 ];then
echo "Installation completed successfully"