Update motioneye-install.sh

This commit is contained in:
CanbiZ 2025-06-16 08:56:06 +02:00
parent 84e93cd7d0
commit 46dadba06a

View File

@ -35,7 +35,7 @@ $STD apt-get update
$STD uv venv /opt/motioneye/.venv
$STD /opt/motioneye/.venv/bin/python -m ensurepip --upgrade
$STD /opt/motioneye/.venv/bin/python -m pip install --upgrade pip
$STD /opt/motioneye/.venv/bin/python -m pip install git+https://github.com/motioneye-project/motioneye.git@dev
$STD /opt/motioneye/.venv/bin/python -m pip install --pre motioneye
mkdir -p /etc/motioneye
chown -R root:root /etc/motioneye