Update run

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

View File

@ -61,6 +61,10 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libXcomposite.so.1 ]; then
PACKAGES="libxcomposite1 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbfile.so.1 ]; then
PACKAGES="libxkbfile1 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libXrandr.so.2 ]; then
PACKAGES="libxrandr2 ${PACKAGES}"
fi