Add files via upload

This commit is contained in:
tteckster 2022-02-10 09:18:57 -05:00 committed by GitHub
parent 743b01a4b0
commit 69a492ad1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,8 +66,9 @@ echo -e "${CHECKMARK} \e[1;92m Installing Motion... \e[0m"
systemctl disable motion &>/dev/null
echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
pip install motioneye &>/dev/null
apt-get update &>/dev/null
mkdir -p /etc/motioneye
pip install motioneye &>/dev/null
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
mkdir -p /var/lib/motioneye