Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-01-24 10:49:55 -05:00
committed by GitHub
parent 37b66d774d
commit 356a35ebf3
+5
View File
@@ -19,6 +19,10 @@ set_hostname() {
fi
}
update_system() {
apt update && apt -y upgrade
}
install_scripts() {
echo "Installing BirdNET-Pi scripts to /usr/local/bin"
ln -sf ${my_dir}/* /usr/local/bin/
@@ -512,6 +516,7 @@ install_cleanup_cron() {
install_selected_services() {
set_hostname
update_system
install_scripts
install_birdnet_analysis