1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 01:31:51 +00:00

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

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"