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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"