From 189dbf67b64595910e2f7bee3af6a5bd002bf55e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:41:32 +0100 Subject: [PATCH] add libegl1 --- install/calibre-server-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/calibre-server-install.sh b/install/calibre-server-install.sh index fa2916f8..c2af70fe 100644 --- a/install/calibre-server-install.sh +++ b/install/calibre-server-install.sh @@ -20,7 +20,8 @@ $STD apt-get install -y \ mc \ imagemagick \ xvfb \ - libxcomposite1 + libxcomposite1 \ + libegl1 msg_ok "Installed Dependencies" msg_info "Installing Calibre"