From 982725aec330ca1fd1a5903a6e12b7b379c357b9 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 9 Oct 2021 10:49:22 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index bea8970..3eabce0 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -44,7 +44,7 @@ EOF echo echo "Installing stage 2 installation script now." cd ~ - curl -s -O "https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpi4/Birders_Guide_Installer.sh" + curl -s -O "https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpialpha/Birders_Guide_Installer.sh" chmod +x Birders_Guide_Installer.sh cat << EOF | sudo tee /etc/systemd/user/birdnet-system-installer.service &> /dev/null [Unit] @@ -108,6 +108,7 @@ stage_2() { cd ~ || exit 1 echo "Cloning the Birding-Pi repository in your home directory" git clone https://github.com/mcguirepr89/Birding-Pi.git ~/Birding-Pi + cd Birding-Pi && git checkout rpialpha fi if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then