Update motioneye-install.sh

This commit is contained in:
tteckster
2022-05-27 12:45:46 -04:00
committed by GitHub
parent 5e318281b1
commit 95096cc89c

@ -62,6 +62,7 @@ msg_ok "Updated Container OS"
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
apt-get install -y curl &>/dev/null apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null apt-get install -y sudo &>/dev/null
apt-get install -y cifs-utils &>/dev/null
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Motion" msg_info "Installing Motion"