preparing a pull to main
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user