Update motioneye-install.sh

This commit is contained in:
tteckster 2022-05-03 06:12:34 -04:00 committed by GitHub
parent 54e4bab93c
commit e1ef1da8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,11 +64,11 @@ apt-get install -y curl &>/dev/null
apt-get install -y sudo &>/dev/null
msg_ok "Installed Dependencies"
echo -en "${GN} Installing Motion... "
msg_info "Installing Motion"
apt-get install motion -y &>/dev/null
systemctl stop motion &>/dev/null
systemctl disable motion &>/dev/null
echo -e "${CM}${CL} \r"
msg_ok "Installed Motion"
msg_info "Installing FFmpeg"
apt-get install ffmpeg v4l-utils -y &>/dev/null