Update run

This commit is contained in:
driz 2023-10-17 09:53:59 -04:00 committed by GitHub
parent 695007c97c
commit 06c9a2a8ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,10 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libXrandr.so.2 ]; then
PACKAGES="libxrandr2 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libXtst.so.6 ]; then
PACKAGES="libxtst6 ${PACKAGES}"
fi
if [ -n "${PACKAGES}" ]; then
echo "${PACKAGES}" >> /mod-repo-packages-to-install.list
echo "**** Adding calibre dependencies to package install list ****"