From 4c218ef8a71de33ce6e6ebcde536783c4e1165cd Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Tue, 8 Feb 2022 20:55:50 -0500 Subject: [PATCH] preparing a pull to main --- README.md | 2 +- newinstaller.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e236c91..1db3c57 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If your installation isn't in one of the countries listed above, please let me k The system can be installed with: ``` -curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/forms/newinstaller.sh | bash | tee -a installation.log 2>&1 && sudo reboot +curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash | tee -a installation.log 2>&1 && sudo reboot ``` The installer takes care of any and all necessary updates, so you can run that as the very first command upon the first boot, if you'd like. diff --git a/newinstaller.sh b/newinstaller.sh index 48d42f4..e89c8e6 100644 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -2,7 +2,7 @@ # Simple new installer HOME=/home/pi USER=pi -branch=forms +branch=main if ! which git &> /dev/null;then sudo apt update sudo apt -y install git