update packages for noble compatibility

This commit is contained in:
aptalca
2024-08-22 11:28:39 -04:00
parent 7b0888969d
commit 1d59f23593
@@ -34,7 +34,7 @@ if ! dpkg -s xz-utils >/dev/null 2>&1; then
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libGL.so.1 ]; then
PACKAGES="libgl1-mesa-glx ${PACKAGES}"
PACKAGES="libgl1 libglx-mesa0 ${PACKAGES}"
fi
if [ ! -L /usr/lib/x86_64-linux-gnu/libxdamage.so.1 ]; then