From eef95d73501bdf08361858ec03f0b081acfe1cb2 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Thu, 10 Feb 2022 09:46:30 -0500
Subject: [PATCH] Add files via upload

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

diff --git a/setup/motioneye_setup.sh b/setup/motioneye_setup.sh
index 8fdd2176..265c8613 100644
--- a/setup/motioneye_setup.sh
+++ b/setup/motioneye_setup.sh
@@ -61,13 +61,13 @@ echo -e "${CHECKMARK} \e[1;92m Installing FFmpeg... \e[0m"
  apt-get install ffmpeg v4l-utils -y &>/dev/null
  
 echo -e "${CHECKMARK} \e[1;92m Installing Python... \e[0m"
- apt-get install python2 -y
+ 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
  
 echo -e "${CHECKMARK} \e[1;92m Installing MotionEye... \e[0m"
- pip install motioneye &>/dev/null
+ pip2 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