From c7463e4fcebe34c30fedea4de30f99f41a971be3 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Tue, 12 Oct 2021 10:58:58 -0400 Subject: [PATCH] modifying for this branch --- Birders_Guide_Installer.sh | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index edc49ea..332c4dc 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/BirdNET-Pi/rpialpha/Birders_Guide_Installer.sh" + curl -s -O "https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/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,7 +108,7 @@ stage_2() { cd ~ || exit 1 echo "Cloning the BirdNET-Pi repository in your home directory" git clone https://github.com/mcguirepr89/BirdNET-Pi.git ~/BirdNET-Pi - cd BirdNET-Pi && git checkout rpialpha + cd BirdNET-Pi && git checkout main fi if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then diff --git a/README.md b/README.md index 70e2154..205a3e0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![version](https://img.shields.io/badge/version-0.1-blue) A realtime acoustic bird classification system for the Reaspberry Pi 4B -![alt-text](https://github.com/mcguirepr89/BirdNET-Pi/blob/rpialpha/birdnetpi.gif) +![alt-text](https://github.com/mcguirepr89/BirdNET-Pi/blob/main/birdnetpi.gif) ## Introduction The BirdNET-Pi project is based on the BirdNet-Lite project and is able to recognize bird sounds from the microphone and the sound card in realtime. The system installs all needed services on the Raspberry Pi. @@ -14,7 +14,7 @@ The BirdNET-Pi project is based on the BirdNet-Lite project and is able to recog ## Installation The system can be installed with: ``` -curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/rpialpha/Birders_Guide_Installer.sh | bash +curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/Birders_Guide_Installer.sh | bash ``` The script first enables and configures the zRAM kernel module for swapping, and reboots.