From 2cb4156eb4dcabf83edfd700ed568b50238f10c0 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:17:41 +0100 Subject: [PATCH] chore: skip webcamd when unattended Signed-off-by: Patrick Gehrsitz <58853838+mryel00@users.noreply.github.com> --- tools/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 4ebe8af9..6a945af6 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -63,10 +63,9 @@ main() { status_msg "Running apt-get update first ..." "1" fi - detect_existing_webcamd - if [[ "${CROWSNEST_UNATTENDED}" != "1" ]]; then msg "Doing some tests ...\n" + detect_existing_webcamd if shallow_cs_dependencies_check; then CN_INSTALL_CS="1" else