From 933b635bf25e272d0b4eb05d7a126bcf4079fe3a Mon Sep 17 00:00:00 2001 From: Samuel ORTION Date: Sat, 20 Aug 2022 05:49:42 +0200 Subject: [PATCH] Switch submodule git address to http --- .gitmodules | 4 ++-- analyzer | 2 +- install.sh | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ab60bb3..4467e9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "BirdNET-Analyzer"] +[submodule "analyzer"] path = analyzer - url = git@github.com:kahst/BirdNET-Analyzer.git + url = https://github.com/kahst/BirdNET-Analyzer diff --git a/analyzer b/analyzer index 08f0315..cb37078 160000 --- a/analyzer +++ b/analyzer @@ -1 +1 @@ -Subproject commit 08f031585265e5bc22e86a60ecbb0310c937a29b +Subproject commit cb3707813f4465922823bcfba31358f6c5d0c370 diff --git a/install.sh b/install.sh index f1ef391..29434b1 100755 --- a/install.sh +++ b/install.sh @@ -136,7 +136,6 @@ install_web_interface() { } main() { - update install_requirements $REQUIREMENTS install_birdnetstream install_birdnetstream_services