diff --git a/newinstaller.sh b/newinstaller.sh index a727aa7..135a5e3 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -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"