From 084fe404849c44aa9c3d8f40b968900c7aa72b5f Mon Sep 17 00:00:00 2001 From: MickLesk Date: Mon, 29 Jun 2026 13:24:52 +0200 Subject: [PATCH] add deps for snapotter --- install/snapotter-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/snapotter-install.sh b/install/snapotter-install.sh index c45959f65..7878c441a 100644 --- a/install/snapotter-install.sh +++ b/install/snapotter-install.sh @@ -20,6 +20,11 @@ $STD apt install -y \ potrace \ libopenjp2-tools \ libegl1 \ + libgl1 \ + libglib2.0-0 \ + libsm6 \ + libxext6 \ + libxrender1 \ libwayland-client0 \ libwayland-cursor0 \ libwayland-egl1 \