From eb58eaa80475eb287034ac98bb61959665a3d933 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Wed, 27 Oct 2021 18:39:57 -0400 Subject: [PATCH] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index ebb6d0c..77b5592 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -8,4 +8,4 @@ if ! which git &> /dev/null;then sudo apt -y install git fi git clone --depth 1 -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi -${HOME}/BirdNET-Pi/birdnet-pi-config +sudo -E ${HOME}/BirdNET-Pi/scripts/birdnet-pi-config