Update install_birdnet.sh

This commit is contained in:
Patrick McGuire
2022-04-11 11:03:53 -04:00
committed by GitHub
parent 2214319e03
commit 363ed212da
+1
View File
@@ -4,6 +4,7 @@ set -x
exec > >(tee -i installation-$(date +%F).txt) 2>&1
set -e # exit installation if anything fails
trap '${my_dir}/dump_logs.sh && echo -e "\n\nExiting the installation. Goodbye!" && exit 1' SIGINT
my_dir=$HOME/BirdNET-Pi
cd $my_dir/scripts || exit 1
if [ "$(uname -m)" != "aarch64" ];then