Switch submodule git address to http
This commit is contained in:
parent
38fcc7824d
commit
933b635bf2
|
@ -1,3 +1,3 @@
|
||||||
[submodule "BirdNET-Analyzer"]
|
[submodule "analyzer"]
|
||||||
path = analyzer
|
path = analyzer
|
||||||
url = git@github.com:kahst/BirdNET-Analyzer.git
|
url = https://github.com/kahst/BirdNET-Analyzer
|
||||||
|
|
2
analyzer
2
analyzer
|
@ -1 +1 @@
|
||||||
Subproject commit 08f031585265e5bc22e86a60ecbb0310c937a29b
|
Subproject commit cb3707813f4465922823bcfba31358f6c5d0c370
|
|
@ -136,7 +136,6 @@ install_web_interface() {
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
update
|
|
||||||
install_requirements $REQUIREMENTS
|
install_requirements $REQUIREMENTS
|
||||||
install_birdnetstream
|
install_birdnetstream
|
||||||
install_birdnetstream_services
|
install_birdnetstream_services
|
||||||
|
|
Loading…
Reference in New Issue