From 86118da405af4b0525c468e6bff3f9229046513b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 10 Feb 2022 09:02:09 -0500 Subject: [PATCH] Add files via upload --- setup/motioneye_setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/motioneye_setup.sh b/setup/motioneye_setup.sh index b051fc8a..1961524b 100644 --- a/setup/motioneye_setup.sh +++ b/setup/motioneye_setup.sh @@ -59,7 +59,6 @@ echo -e "${CHECKMARK} \e[1;92m Installing Python... \e[0m" 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 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-pillow &>/dev/null echo -e "${CHECKMARK} \e[1;92m Installing Motion... \e[0m" apt-get install motion -y &>/dev/null