preparing a pull to main

This commit is contained in:
mcguirepr89
2022-02-08 20:55:50 -05:00
parent b66cb565ab
commit 4c218ef8a7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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