point to this repo
This commit is contained in:
@@ -91,7 +91,7 @@ Please note that installing BirdNET-Pi on top of other servers is not supported.
|
|||||||
|
|
||||||
The system can be installed with:
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -33,7 +33,7 @@ if [[ ! -z $PACKAGES_MISSING ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
branch=main
|
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
|
$HOME/BirdNET-Pi/scripts/install_birdnet.sh
|
||||||
if [ ${PIPESTATUS[0]} -eq 0 ];then
|
if [ ${PIPESTATUS[0]} -eq 0 ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user