Update newinstaller.sh
This commit is contained in:
+8
-1
@@ -8,4 +8,11 @@ if ! which git &> /dev/null;then
|
||||
sudo apt -y install git
|
||||
fi
|
||||
git clone -b ${branch} https://github.com/mcguirepr89/BirdNET-Pi.git ${HOME}/BirdNET-Pi &&
|
||||
${HOME}/BirdNET-Pi/scripts/install_birdnet.sh
|
||||
${HOME}/BirdNET-Pi/scripts/install_birdnet.sh | tee -a installation.log 2>&1
|
||||
if [ ${PIPESTATUS[0]} -eq 0 ];then
|
||||
echo "Installation completed successfully" >> installation.log
|
||||
sudo reboot
|
||||
else
|
||||
echo "The installation exited unsuccessfully." >> installation.log
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user