From 4be59f7289f6472bb49b4410db84e7c85f3fc7ad Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:03:17 -0500 Subject: [PATCH 1/7] Update newinstaller.sh --- newinstaller.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/newinstaller.sh b/newinstaller.sh index 96b3aad..4788361 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -8,8 +8,4 @@ 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 -echo 'Now, run the following script - - /home/pi/BirdNET-Pi/scripts/birdnet-pi-config - -' +/home/pi/BirdNET-Pi/birdnet-pi-config From d381e6578702a54193fd0666f488af5f8fcf7289 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:07:27 -0500 Subject: [PATCH 2/7] Update newinstaller.sh --- newinstaller.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newinstaller.sh b/newinstaller.sh index 4788361..875d9c6 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,10 +2,10 @@ # Simple new installer HOME=/home/pi USER=pi -branch=main +branch=git_install sudo apt update 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 -/home/pi/BirdNET-Pi/birdnet-pi-config +/home/${USER}/BirdNET-Pi/birdnet-pi-config From 4fae5e544c5bc6727a7b9a7d649ea262c62e1e46 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:08:22 -0500 Subject: [PATCH 3/7] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 875d9c6..1d0ad36 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Simple new installer HOME=/home/pi -USER=pi +USER=patrick branch=git_install sudo apt update if ! which git &> /dev/null;then From 399df58486369f269155f8df347076cf18dfd2e6 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:09:22 -0500 Subject: [PATCH 4/7] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 1d0ad36..62a5569 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Simple new installer -HOME=/home/pi +HOME=/home/patrick USER=patrick branch=git_install sudo apt update From accf68ddea0727f1e31a9badb07307e8a7f8b585 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:10:20 -0500 Subject: [PATCH 5/7] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index 62a5569..47699da 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 -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi -/home/${USER}/BirdNET-Pi/birdnet-pi-config +/home/${USER}/BirdNET-Pi/scripts/birdnet-pi-config From 79b27175f027ff91fe5244951f3aed725599567a Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:14:12 -0500 Subject: [PATCH 6/7] Update newinstaller.sh --- newinstaller.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/newinstaller.sh b/newinstaller.sh index 47699da..ee63f56 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -1,11 +1,11 @@ #!/usr/bin/env bash # Simple new installer -HOME=/home/patrick -USER=patrick +HOME=/home/pi +USER=pi branch=git_install sudo apt update 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 -/home/${USER}/BirdNET-Pi/scripts/birdnet-pi-config +${HOME}/BirdNET-Pi/scripts/birdnet-pi-config From ca2f444ba0441b16b313e8002ece36539e8712a9 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 12 Dec 2021 15:31:32 -0500 Subject: [PATCH 7/7] Update newinstaller.sh --- newinstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newinstaller.sh b/newinstaller.sh index ee63f56..4579816 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,7 +2,7 @@ # Simple new installer HOME=/home/pi USER=pi -branch=git_install +branch=main sudo apt update if ! which git &> /dev/null;then sudo apt -y install git