mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Add files via upload
This commit is contained in:
parent
743b01a4b0
commit
69a492ad1b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user