فهرست منبع

Add files via upload

tteckster 3 سال پیش
والد
کامیت
2bacfa2e2f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      setup/motioneye_setup.sh

+ 1 - 1
setup/motioneye_setup.sh

@@ -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
 echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
  apt-get update &>/dev/null
- pip2 install motioneye
+ sudo pip install motioneye
  mkdir -p /etc/motioneye
  cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
  mkdir -p /var/lib/motioneye