preparing installer for merge with rpi4 branch

This commit is contained in:
mcguirepr89
2021-10-08 11:48:09 -04:00
committed by GitHub
parent 53b2d95211
commit 589e9760dc
+2 -2
View File
@@ -44,7 +44,7 @@ EOF
echo
echo "Installing stage 2 installation script now."
cd ~
curl -s -O "https://raw.githubusercontent.com/mcguirepr89/BirdNET-Lite/rpialpha/Birders_Guide_Installer.sh"
curl -s -O "https://raw.githubusercontent.com/mcguirepr89/BirdNET-Lite/rpi4/Birders_Guide_Installer.sh"
chmod +x Birders_Guide_Installer.sh
cat << EOF | sudo tee /etc/systemd/user/birdnet-system-installer.service &> /dev/null
[Unit]
@@ -107,7 +107,7 @@ stage_2() {
if [ ! -d ${my_dir} ];then
cd ~ || exit 1
echo "Cloning the BirdNET-Lite repository in your home directory"
git clone -b rpialpha https://github.com/mcguirepr89/BirdNET-Lite.git ~/BirdNET-Lite
git clone -b rpi4 https://github.com/mcguirepr89/BirdNET-Lite.git ~/BirdNET-Lite
fi
if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then