BUGFIX: Fixed Typo in Variable for Crowsnest dependencies

* Affected files: install.sh and custompios module

Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
Stephan Wendel
2021-12-17 19:15:10 +01:00
parent 29594c6139
commit 4b6fc0d8c3
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ function install_crowsnest {
## Install Dependencies
echo -e "Installing 'crowsnest' Dependencies ..."
# shellcheck disable=2086
sudo apt install --yes --no-install-recommends $CROWSNEST_DEPS > /dev/null
sudo apt install --yes --no-install-recommends $CROWSNEST_CROWSNEST_DEPS > /dev/null
echo -e "Installing 'crowsnest' Dependencies ... [OK]"
## Link webcamd to $PATH
echo -en "Linking webcamd ...\r"