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:
parent
29594c6139
commit
4b6fc0d8c3
@ -3,7 +3,7 @@
|
||||
# crowsnest
|
||||
[ -n "$CROWSNEST_CROWSNEST_REPO_SHIP" ] || CROWSNEST_CROWSNEST_REPO_SHIP=https://github.com/mainsail-crew/crowsnest.git
|
||||
[ -n "$CROWSNEST_CROWSNEST_REPO_BRANCH" ] || CROWSNEST_CROWSNEST_REPO_BRANCH=master
|
||||
[ -n "$CROWSNEST_CROWSNEST_DEPS" ] || CROWSNEST_DEPS="git crudini bsdutils"
|
||||
[ -n "$CROWSNEST_CROWSNEST_DEPS" ] || CROWSNEST_CROWSNEST_DEPS="git crudini bsdutils findutils v4l-utils"
|
||||
[ -n "$CROWSNEST_DEFAULT_CONF" ] || CROWSNEST_DEFAULT_CONF="mainsail_default.conf"
|
||||
[ -n "$CROWSNEST_DEFAULT_CONF_DIR" ] || CROWSNEST_DEFAULT_CONF_DIR="/home/${BASE_USER}/klipper_config"
|
||||
[ -n "$CROWSNEST_MOONRAKER_SUPPORT" ] || CROWSNEST_MOONRAKER_SUPPORT="y"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user