Update run

This commit is contained in:
driz 2023-10-17 11:47:01 -04:00 committed by GitHub
parent 64ce5c0f71
commit 72b19f5d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ if [ ! -L /usr/lib/x86_64-linux-gnu/libxkbcommon.so.0 ]; then
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libnss3.so ]; then
PACKAGES="libnss3-dev ${PACKAGES}"
PACKAGES="libnss3 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libOpenGL.so.0 ]; then