From f7f22e260715aec009874644785dfe44f41b0058 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:27:19 +0200 Subject: [PATCH] Update frigate-install.sh --- install/frigate-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index fdd601f7..8674bbd9 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -18,7 +18,7 @@ $STD apt-get install -y {git,ca-certificates,automake,build-essential,xz-utils,l msg_ok "Installed Dependencies" msg_info "Setup Python3" -$STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip} +$STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip,python3-venv} $STD pip install --upgrade pip msg_ok "Setup Python3"