Update frigate-install.sh

This commit is contained in:
CanbiZ 2025-07-25 10:31:33 +02:00
parent 88d3409424
commit 4cb1b1d26b

View File

@ -24,7 +24,7 @@ msg_ok "Installed Dependencies"
msg_info "Setup Python3" msg_info "Setup Python3"
$STD apt-get install -y \ $STD apt-get install -y \
python3 python3-dev python3-setuptools python3-distutils python3-pip python3 python3-dev python3-setuptools python3-distutils python3-pip python3-venv
$STD pip install --upgrade pip $STD pip install --upgrade pip
msg_ok "Setup Python3" msg_ok "Setup Python3"