From 95096cc89c2dffb4461f3a85a40ecbf5dd5ac963 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 27 May 2022 12:45:46 -0400 Subject: [PATCH] Update motioneye-install.sh --- setup/motioneye-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/motioneye-install.sh b/setup/motioneye-install.sh index 36785c07..730a5266 100644 --- a/setup/motioneye-install.sh +++ b/setup/motioneye-install.sh @@ -62,6 +62,7 @@ msg_ok "Updated Container OS" msg_info "Installing Dependencies" apt-get install -y curl &>/dev/null apt-get install -y sudo &>/dev/null +apt-get install -y cifs-utils &>/dev/null msg_ok "Installed Dependencies" msg_info "Installing Motion"