From 0f5f482de359248d2ff15e27349a916f8dfda9a6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:31:44 +0200 Subject: [PATCH] Update viseron-install.sh --- install/viseron-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/viseron-install.sh b/install/viseron-install.sh index 1e946b6d..d282f284 100644 --- a/install/viseron-install.sh +++ b/install/viseron-install.sh @@ -14,9 +14,9 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ python3-opencv jq \ - libgl1-mesa-glx libglib2.0-0 pciutils gcc musl-dev \ + libglib2.0-0 pciutils gcc musl-dev \ libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 \ gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav \ build-essential python3-dev python3-gi pkg-config libcairo2-dev gir1.2-glib-2.0 \