Skip to content

Commit

Permalink
Update run
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Oct 17, 2023
1 parent 695007c commit 06c9a2a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ****"
Expand Down

0 comments on commit 06c9a2a

Please sign in to comment.