From 09fab1321d2c44cc0b06feaf935a9350eaf21e07 Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 15 Sep 2023 18:59:00 -0500 Subject: [PATCH] Fix the frigate path --- frigate-casaos/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate-casaos/README.md b/frigate-casaos/README.md index b7ce06a..f0f96b4 100644 --- a/frigate-casaos/README.md +++ b/frigate-casaos/README.md @@ -1,5 +1,5 @@ # Create a config.yml ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/frigate/create_config.sh)" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/frigate-casaos/create_config.sh)" ```