Update Birders_Guide_Installer.sh
This commit is contained in:
@@ -44,7 +44,7 @@ EOF
|
|||||||
echo
|
echo
|
||||||
echo "Installing stage 2 installation script now."
|
echo "Installing stage 2 installation script now."
|
||||||
cd ~
|
cd ~
|
||||||
curl -s -O "https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpi4/Birders_Guide_Installer.sh"
|
curl -s -O "https://raw.githubusercontent.com/mcguirepr89/Birding-Pi/rpialpha/Birders_Guide_Installer.sh"
|
||||||
chmod +x Birders_Guide_Installer.sh
|
chmod +x Birders_Guide_Installer.sh
|
||||||
cat << EOF | sudo tee /etc/systemd/user/birdnet-system-installer.service &> /dev/null
|
cat << EOF | sudo tee /etc/systemd/user/birdnet-system-installer.service &> /dev/null
|
||||||
[Unit]
|
[Unit]
|
||||||
@@ -108,6 +108,7 @@ stage_2() {
|
|||||||
cd ~ || exit 1
|
cd ~ || exit 1
|
||||||
echo "Cloning the Birding-Pi repository in your home directory"
|
echo "Cloning the Birding-Pi repository in your home directory"
|
||||||
git clone https://github.com/mcguirepr89/Birding-Pi.git ~/Birding-Pi
|
git clone https://github.com/mcguirepr89/Birding-Pi.git ~/Birding-Pi
|
||||||
|
cd Birding-Pi && git checkout rpialpha
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then
|
if [ -f ${my_dir}/Birders_Guide_Installer_Configuration.txt ];then
|
||||||
|
|||||||
Reference in New Issue
Block a user