mirror of https://github.com/tteck/Proxmox.git
Add files via upload
This commit is contained in:
parent
60ef518c84
commit
2bacfa2e2f
|
@ -70,7 +70,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Python... \e[0m"
|
||||||
apt-get install python2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y
|
apt-get install python2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y
|
||||||
echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
|
echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
pip2 install motioneye
|
sudo pip install motioneye
|
||||||
mkdir -p /etc/motioneye
|
mkdir -p /etc/motioneye
|
||||||
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
|
cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
|
||||||
mkdir -p /var/lib/motioneye
|
mkdir -p /var/lib/motioneye
|
||||||
|
|
Loading…
Reference in New Issue