From 806f1b5f4579a7ab109f444474636a2fd4eac16e Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:32:44 -0500 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"