From 8c26d46fd4ee8fb71010bdb4b622b08324891e72 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 10 Oct 2021 17:52:35 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 25b5627..d6a0e04 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -27,11 +27,6 @@ install_mariadb() { } install_birdnet_analysis() { - if ! which mysql &> /dev/null;then - echo "Installing MariaDB Server" - apt -qqy update - apt -qqy install mariadb-server - fi echo "Installing the birdnet_analysis.service" cat << EOF > /etc/systemd/system/birdnet_analysis.service [Unit]