From 0482815a67f0bbc521cbef98ac39b95977a7027e Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 10 Feb 2022 11:04:39 -0500
Subject: [PATCH] Update motioneye_setup.sh

---
 setup/motioneye_setup.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup/motioneye_setup.sh b/setup/motioneye_setup.sh
index bc9060dd..00dea1b9 100644
--- a/setup/motioneye_setup.sh
+++ b/setup/motioneye_setup.sh
@@ -65,12 +65,11 @@ echo -e "${CHECKMARK} \e[1;92m Installing Python... \e[0m"
  apt-get install python2 -y &>/dev/null
  curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py &>/dev/null
  python2 get-pip.py &>/dev/null
- #apt-get install python-dev-is-python2 python-setuptools libssl-dev libcurl4-openssl-dev libjpeg-dev zlib1g-dev libffi-dev libzbar-dev libzbar0 -y &>/dev/null
  apt-get install libffi-dev libzbar-dev libzbar0 -y &>/dev/null
  apt-get install python2-dev libssl-dev libcurl4-openssl-dev libjpeg-dev -y &>/dev/null
 echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
  apt-get update &>/dev/null
- sudo pip install motioneye
+ sudo pip install motioneye &>/dev/null
  mkdir -p /etc/motioneye
  cp /usr/local/share/motioneye/extra/motioneye.conf.sample /etc/motioneye/motioneye.conf
  mkdir -p /var/lib/motioneye
@@ -95,4 +94,4 @@ EOF
  systemctl start motioneye
 
 echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
- rm -rf /motioneye_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
\ No newline at end of file
+ rm -rf /motioneye_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*