From 46dadba06a4e28714bca159cb420039224b46c71 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:56:06 +0200 Subject: [PATCH] Update motioneye-install.sh --- install/motioneye-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/motioneye-install.sh b/install/motioneye-install.sh index 73599a892..8f58c2140 100644 --- a/install/motioneye-install.sh +++ b/install/motioneye-install.sh @@ -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