diff --git a/README.md b/README.md index 9f564fa..1924a11 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Please note that installing BirdNET-Pi on top of other servers is not supported. The system can be installed with: ``` -curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bash +curl -s https://raw.githubusercontent.com/Nachtzuster/BirdNET-Pi/main/newinstaller.sh | bash ``` 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 ddb6462..58a8269 100755 --- a/newinstaller.sh +++ b/newinstaller.sh @@ -33,7 +33,7 @@ if [[ ! -z $PACKAGES_MISSING ]] ; then fi branch=main -git clone -b $branch --depth=1 https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi && +git clone -b $branch --depth=1 https://github.com/Nachtzuster/BirdNET-Pi.git ${HOME}/BirdNET-Pi && $HOME/BirdNET-Pi/scripts/install_birdnet.sh if [ ${PIPESTATUS[0]} -eq 0 ];then