8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
git submodule update --init
|
|
|
|
.devcontainer/frigate-hass-integration/.devcontainer/set_dot_env.sh
|