Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/0482815a67f0bbc521cbef98ac39b95977a7027e?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update motioneye_setup.sh

pull/33/head
tteckster 3 years ago committed by GitHub
parent b51c9d7c98
commit 0482815a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.